libtool-patches
[Top][All Lists]
Advanced

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

Re: libtool 1.4.2 AC_CONFIG_AUX_DIR support patch


From: Gary V. Vaughan
Subject: Re: libtool 1.4.2 AC_CONFIG_AUX_DIR support patch
Date: Thu, 10 Jan 2002 20:30:36 +0000
User-agent: Mutt/1.3.22.1i

On Wed, Jan 09, 2002 at 10:29:14AM -0800, Ossama Othman wrote:
> Hi,
> 
> Okay to commit?

D'oh!  Please do.  Not sure how we missed that.  Please check that HEAD
doesn't also need the same fix.

Cheers,
        Gary,

> ===================================================================
> RCS file: /cvsroot/libtool/libtool/ChangeLog,v
> retrieving revision 1.922.2.79
> diff -u -r1.922.2.79 ChangeLog
> +++ 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     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/'`
> 
 
-- 
  ())_. Gary V. Vaughan     gary@(oranda.demon.co.uk|gnu.org)
  ( '/  Research Scientist  http://www.oranda.demon.co.uk       ,_())____
  / )=  GNU Hacker          http://www.gnu.org/software/libtool  \'      `&
`(_~)_  Tech' Author        http://sources.redhat.com/autobook   =`---d__/



reply via email to

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