blob: 72c84e994b7ec73f2366931788583fb7b71d726a (
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
|
$NetBSD: patch-aa,v 1.2 1999/07/31 19:02:04 rh Exp $
--- configure.orig Thu Jul 15 16:48:03 1999
+++ configure Fri Jul 30 18:15:28 1999
@@ -2094,8 +2094,10 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
+if false; then
# 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.
@@ -2951,10 +2953,12 @@
top_srcdir="$ac_dots$ac_given_srcdir" ;;
esac
+if false; then
case "$ac_given_INSTALL" in
[/$]*) INSTALL="$ac_given_INSTALL" ;;
*) INSTALL="$ac_dots$ac_given_INSTALL" ;;
esac
+fi
echo creating "$ac_file"
rm -f "$ac_file"
|