libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

libtool 1.4.2 AC_CONFIG_AUX_DIR support patch


From: Ossama Othman
Subject: libtool 1.4.2 AC_CONFIG_AUX_DIR support patch
Date: Wed, 9 Jan 2002 10:29:14 -0800
User-agent: Mutt/1.3.25i

Hi,

Okay to commit?

===================================================================
RCS file: /cvsroot/libtool/libtool/ChangeLog,v
retrieving revision 1.922.2.79
diff -u -r1.922.2.79 ChangeLog
--- ChangeLog   28 Nov 2001 21:50:31 -0000      1.922.2.79
+++ ChangeLog   9 Jan 2002 18:31:02 -0000
@@ -1,3 +1,10 @@
+2002-01-02  Ossama Othman  <address@hidden>
+
+       From Roger Leigh <address@hidden>:
+       * libtoolize.in (auxdirline): Fixed hardcoded value of
+       "configure.in." Instead use "$configure_ac" variable.  Corrects
+       AC_CONFIG_AUX_DIR support when using new style `configure.ac.'
+
 2001-11-28  Robert Boehne  <address@hidden>
 
        With help from Michael Matz <address@hidden>:

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/'`

-- 
Ossama Othman <address@hidden>
Distributed Object Computing Laboratory, Univ. of California at Irvine
1024D/F7A394A8 - 84ED AA0B 1203 99E4 1068  70E6 5EB7 5E71 F7A3 94A8



reply via email to

[Prev in Thread] Current Thread [Next in Thread]