Hi Tim,
* Tim Rice wrote on Thu, Sep 29, 2005 at 06:38:30AM CEST:
>
> Here is a patch to early-libtool.at that adds SHELL = @SHELL@
> to the 2 Makefile.in files it creates for tests 20 & 21.
> Without it on some platforms you will see errors like this in
> testsuite.log.
> My toplevel Makefile had SHELL = /usr/bin/ksh88
> .....
> /bin/sh ./libtool --mode=link --tag=CC cc -o hell main.o libhello.la
> UX:sh (./libtool): ERROR: Bad substitution
> .....
Thanks! Applied to HEAD with the ChangeLog entry below.
Cheers,
Ralf
2005-09-29 Tim Rice <[EMAIL PROTECTED]> (tiny change)
* tests/early-libtool.at (Makefile.in): Set $(SHELL).