16 lines
564 B
Text
16 lines
564 B
Text
$NetBSD: patch-ab,v 1.1 2005/08/23 21:37:24 reed Exp $
|
|
|
|
--- configure.orig 2004-08-10 09:01:33.000000000 +0000
|
|
+++ configure 2005-08-23 21:25:25.184621000 +0000
|
|
@@ -79,9 +79,9 @@
|
|
datadir=`$ASPELL dump config data-dir`
|
|
echo $datadir
|
|
|
|
-echo "ASPELL = `which $ASPELL`" > Makefile
|
|
+echo "ASPELL = $ASPELL" > Makefile
|
|
echo "ASPELL_FLAGS = $ASPELL_FLAGS" >> Makefile
|
|
-echo "PREZIP = `which $PREZIP`" >> Makefile
|
|
+echo "PREZIP = $PREZIP" >> Makefile
|
|
echo "DESTDIR = $DESTDIR" >> Makefile
|
|
echo "dictdir = $dictdir" >> Makefile
|
|
echo "datadir = $datadir" >> Makefile
|