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