blob: 2036da413476992e81228c7ddd8f372e58bb72e2 (
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
34
35
36
37
38
39
|
$NetBSD: patch-aa,v 1.11 1999/11/19 11:53:01 agc Exp $
--- configure.orig Thu Sep 9 01:10:48 1999
+++ configure Fri Nov 19 11:26:56 1999
@@ -2238,7 +2238,7 @@
fi
rm -f confcache
-
+if false; then
# Actually configure libtool. ac_aux_dir is where install-sh is found.
CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
@@ -2247,6 +2247,7 @@
${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \
|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
+fi
# Reload cache, that may have been modified by ltconfig
if test -r "$cache_file"; then
@@ -2257,7 +2258,7 @@
> $cache_file
fi
-
+if false; then
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
@@ -2282,7 +2283,7 @@
then
libtool_build_static_libs='yes'
fi
-
+fi
# Add configure option --enable-maintainer-mode which enables dependency
# checking and generation useful to package maintainers. This is made an
|