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
34
35
36
37
38
|
$NetBSD: patch-aa,v 1.2 2000/05/02 18:48:39 danw Exp $
--- configure.orig Sun Oct 17 01:16:57 1999
+++ configure Sun Dec 19 18:46:02 1999
@@ -1316,7 +1316,7 @@
echo "$ac_t""no" 1>&6
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"
@@ -1414,6 +1414,7 @@
# --recheck option to rerun configure.
#
EOF
+
# The following way of writing the cache mishandles newlines in values,
# but we know of no workaround that is simple, portable, and efficient.
# So, don't put newlines in cache variables' values.
@@ -1470,6 +1471,7 @@
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+fi
# Redirect the config.log output again, so that the ltconfig log is not
# clobbered by the next message.
@@ -2562,7 +2564,7 @@
echo $ac_n "checking whether libtool wins""... $ac_c" 1>&6
echo "configure:2565: checking whether libtool wins" >&5
-if grep -q '^deplibs_check_method' ./libtool; then
+if true; then
LIBTOOL_IS_WINNING="#t"
echo "$ac_t""yes" 1>&6
else
|