blob: 72a289028c3c1893563b266d9f3db85fac9b9b56 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$NetBSD: patch-ag,v 1.1 1999/01/04 22:37:32 tv Exp $
--- ld/configure.orig Thu Dec 31 15:21:31 1998
+++ ld/configure Thu Dec 31 15:21:46 1998
@@ -1269,6 +1269,7 @@
echo "$ac_t""no" 1>&6
fi
+if false; then
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -1314,7 +1315,7 @@
${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig \
$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \
|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
-
+fi
# Check whether --enable-targets or --disable-targets was given.
if test "${enable_targets+set}" = set; then
|