blob: 6567f557c44160e4cfc557fcc8f940dd0d126169 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-aa,v 1.3 2004/05/15 12:15:22 bouyer Exp $
--- configure.orig 2004-01-08 19:21:36.000000000 +0100
+++ configure 2004-05-15 13:46:46.000000000 +0200
@@ -11399,8 +11399,10 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+if false ; then
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+fi
# Prevent multiple expansion
|