]> git.pld-linux.org Git - packages/libtool.git/commitdiff
1d302c986dd52b6d84c55f552b344cb1 libtool-new-ac.patch
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 4 Oct 2002 07:14:05 +0000 (07:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libtool-new-ac.patch -> 1.1

libtool-new-ac.patch [new file with mode: 0644]

diff --git a/libtool-new-ac.patch b/libtool-new-ac.patch
new file mode 100644 (file)
index 0000000..6639ab2
--- /dev/null
@@ -0,0 +1,18 @@
+Index: libtoolize.in
+===================================================================
+RCS file: /cvsroot/libtool/libtool/libtoolize.in,v
+retrieving revision 1.15.2.1
+diff -u -r1.15.2.1 libtoolize.in
+--- libtoolize.in       28 Nov 2001 00:42:30 -0000      1.15.2.1
++++ libtoolize.in       9 Jan 2002 18:29:57 -0000
+@@ -154,7 +154,7 @@
+ files='config.guess config.sub ltmain.sh'
+
+ auxdir=.
+-auxdirline=`egrep '^AC_CONFIG_AUX_DIR' configure.in 2>/dev/null`
++auxdirline=`egrep '^AC_CONFIG_AUX_DIR' $configure_ac 2>/dev/null`
+ if test -n "$auxdirline"; then
+   # Handle explicit AC_CONFIG_AUX_DIR settings.
+   auxdir=`echo "$auxdirline" | sed 's/^AC_CONFIG_AUX_DIR(\([^)]*\)).*$/\1/'`
+
+
This page took 0.346223 seconds and 4 git commands to generate.