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: Robert Boehne
Subject: Re: libtool 1.4.2 AC_CONFIG_AUX_DIR support patch
Date: Thu, 10 Jan 2002 09:53:49 -0600

Ossama Othman wrote:
> 
> Hi,
> 
> Okay to commit?

Looks good to me!

Robert


> 
> ===================================================================
> 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
> 
> _______________________________________________
> Libtool-patches mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/libtool-patches

-- 
Robert Boehne             Software Engineer
Ricardo Software   Chicago Technical Center
TEL: (630)789-0003 x. 238
FAX: (630)789-0127
email:  address@hidden



reply via email to

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