LT_AC_PROG_SED

2006-01-16 Thread Thomas Porschberg
Hi, 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. I hardcoded SED=sed as a workaround and it worked. Does the call of LT_AC_PROG_SED has any preconditions, what must I call before LT_AC_PRO

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 &