blob: 527943e96ca09892936ae4eb619285b0fac6a164 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$NetBSD: patch-aa,v 1.2 1998/08/07 10:36:46 agc Exp $
--- configure.orig Fri Jul 17 16:01:39 1998
+++ configure Fri Jul 17 16:03:49 1998
@@ -1000,7 +1000,7 @@
-
+if false; then
# Always use our own libtool.
LIBTOOL='$(top_builddir)/libtool'
@@ -1063,6 +1063,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
# Extract the first word of "ranlib", so it can be a program name with args.
set dummy ranlib; ac_word=$2
|