23 lines
589 B
Text
23 lines
589 B
Text
|
$NetBSD: patch-aa,v 1.1.1.1 2002/12/22 19:26:57 cjep Exp $
|
||
|
|
||
|
--- configure.orig Sat Mar 17 08:38:40 2001
|
||
|
+++ configure
|
||
|
@@ -595,7 +595,7 @@ if test -z "$MAKE"; then
|
||
|
fi
|
||
|
|
||
|
ac_aux_dir=
|
||
|
-for ac_dir in ../../cnf $srcdir/../../cnf; do
|
||
|
+for ac_dir in ${GAP_DIRECTORY}/cnf $srcdir/../../cnf; do
|
||
|
if test -f $ac_dir/install-sh; then
|
||
|
ac_aux_dir=$ac_dir
|
||
|
ac_install_sh="$ac_aux_dir/install-sh -c"
|
||
|
@@ -900,7 +900,7 @@ else
|
||
|
fi
|
||
|
|
||
|
|
||
|
-gapdir=`(cd ../..;pwd)`
|
||
|
+gapdir=${GAP_DIRECTORY}
|
||
|
trap '' 1 2 15
|
||
|
cat > confcache <<\EOF
|
||
|
# This file is a shell script that caches the results of configure
|