Re: LT_AC_PROG_SED

2006-02-10 Thread Gary V. Vaughan
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([

Re: LT_AC_PROG_SED

2006-02-10 Thread Gary V. Vaughan
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

Re: LT_AC_PROG_SED

2006-02-09 Thread Ralf Wildenhues
* 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

Re: LT_AC_PROG_SED

2006-01-23 Thread Ralf Wildenhues
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 > > >

Re: LT_AC_PROG_SED

2006-01-18 Thread Thomas Porschberg
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. >

Re: LT_AC_PROG_SED

2006-01-18 Thread Ralf Wildenhues
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. >