blob: aeffd304d755dc857fd64aa705f7f77b64fb3c14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
$NetBSD: patch-aa,v 1.1.1.1 1999/10/23 09:14:03 tron Exp $
--- configure.orig Tue May 25 16:29:27 1999
+++ configure Sat Oct 23 11:06:46 1999
@@ -1984,6 +1984,7 @@
ac_tool_prefix=
fi
+if false; then
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -2216,6 +2217,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
# Redirect the config.log output again, so that the ltconfig log is not
# clobbered by the next message.
|