blob: f6e4452e9fd7c83d2443e942291fbfca5b6ae83b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
$NetBSD: patch-ao,v 1.5 2000/05/30 07:38:54 tron Exp $
--- lib/Xlt/configure.orig Mon May 15 02:47:21 2000
+++ lib/Xlt/configure Tue May 30 09:35:32 2000
@@ -560,7 +560,7 @@
ac_aux_dir=
-for ac_dir in . $srcdir/.; do
+for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
if test -f $ac_dir/install-sh; then
ac_aux_dir=$ac_dir
ac_install_sh="$ac_aux_dir/install-sh -c"
@@ -2871,6 +2871,7 @@
fi
+if false; then
# Check for any special flags to pass to ltconfig.
libtool_flags="--cache-file=$cache_file"
test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
@@ -3041,6 +3042,7 @@
# Redirect the config.log output again, so that the ltconfig log is not
# clobbered by the next message.
exec 5>>./config.log
+fi
echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
echo "configure:3047: checking whether to enable maintainer-specific portions of Makefiles" >&5
|