libtool-patches
[Top][All Lists]
Advanced

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

Re: echo audit of libtool.m4


From: Ralf Wildenhues
Subject: Re: echo audit of libtool.m4
Date: Sun, 3 Apr 2005 17:24:52 +0200
User-agent: Mutt/1.4.1i

Hi Robert,

* Robert Ögren wrote on Sun, Apr 03, 2005 at 05:04:12PM CEST:
> Ralf Wildenhues wrote:
> >Somebody please look over this and test.  For HEAD, should apply to
> >branch-2-0 as well, modulo trivial rejects.
> 
> I tested it on Cygwin with lt_ECHO='printf %s\n' and it fixed many of 
> the testcase errors I previously reported. To take care of the remaining 
> errors, a similar audit of ltmain.m4sh is necessary.

I know.  I've gone almost through all of ltmain a few nights ago.
I didn't post it because I'm not done yet.

Found another type of errors along the way. :(
   $ECHO "X.." | $SP2NL | $Xsed -e ...
thingies are all bogus, as they need to be
   $ECHO "X.." | $Xsed | $SP2NL | $SED -e ..

which really surprised me -- nobody must name their objects starting
with X.  I still want to write testcases.

> Thank you for the patch

Sure.  Thank you for testing.  Note, others: this patch is very
system-dependent, and more testing can only help!  :)

Regards,
Ralf




reply via email to

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