Gary V. Vaughan wrote:
> Index: libtool-1-5/libtool.m4
> ===
> --- libtool-1-5.orig/libtool.m4
> +++ libtool-1-5/libtool.m4
> @@ -5987,17 +5987,15 @@ AC_DEFUN([LT_AC_PROG_RC],
> [AC_CHECK_TOOL(RC, windres, no)
> ])
>
> +m4_ifndef([
Hallo Ralf,
Ralf Wildenhues wrote:
> * Ralf Wildenhues wrote on Wed, Jan 18, 2006 at 01:20:29PM CET:
>> Other quite serious bug:
>>
>> 3) In CVS HEAD Libtool, we use
>>m4_ifndef([AC_PROG_SED],[
>>AC_DEFUN([AC_PROG_SED], [...])
>>])
>>
>> This will cause aclocal (at least up to 1.7, low
* Ralf Wildenhues wrote on Wed, Jan 18, 2006 at 01:20:29PM CET:
>
> Other quite serious bug:
>
> 3) In CVS HEAD Libtool, we use
>m4_ifndef([AC_PROG_SED],[
>AC_DEFUN([AC_PROG_SED], [...])
>])
>
> This will cause aclocal (at least up to 1.7, lower than 1.9) to
> always pull in this lib
A quick summary:
* Thomas Porschberg wrote on Wed, Jan 18, 2006 at 02:05:23PM CET:
> > * Thomas Porschberg wrote on Tue, Jan 17, 2006 at 08:27:45AM CET:
> > >
> > > I meet a problem with a configure.ac script which does call
> > > LT_AC_PROG_SED. However SED is not substituted with the sed
> > >
On Wed, Jan 18, 2006 at 01:20:29PM +0100, Ralf Wildenhues wrote:
> Hi Thomas,
>
> Thanks, several bugs for the price of one bug report.
>
> * Thomas Porschberg wrote on Tue, Jan 17, 2006 at 08:27:45AM CET:
> >
> > I meet a problem with a configure.ac script which
> > does call LT_AC_PROG_SED.
>
Hi Thomas,
Thanks, several bugs for the price of one bug report.
* Thomas Porschberg wrote on Tue, Jan 17, 2006 at 08:27:45AM CET:
>
> I meet a problem with a configure.ac script which
> does call LT_AC_PROG_SED.
> However SED is not substituted with the sed command
> and the configure failed.
>