mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 20:40:13 -04:00
23 lines
589 B
Plaintext
23 lines
589 B
Plaintext
$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
|