blob: 61145babec26fd9892f640c2ae652f1edf366039 (
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
30
31
32
33
|
$NetBSD: patch-aj,v 1.3 1999/06/20 15:53:29 tron Exp $
--- configure.orig Thu Feb 18 16:17:21 1999
+++ configure Sat Jun 19 17:45:34 1999
@@ -641,10 +641,12 @@
echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
echo "configure:644: checking whether build environment is sane" >&5
+if false; then
if test -n "`cd /`"; then
{ echo "configure: error: Running cd is not silent as it should be.
Make sure to unset the environment variable CDPATH." 1>&2; exit 1; }
fi
+fi
# Just in case
sleep 1
echo timestamp > conftestfile
@@ -2253,6 +2255,7 @@
ac_tool_prefix=
fi
+if false; then
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -2489,6 +2492,7 @@
# Redirect the config.log output again, so that the ltconfig log is not
# clobbered by the next message.
exec 5>>./config.log
+fi
#########################################################################
|