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
.....

-- 
Tim Rice                                Multitalents    (707) 887-1469
[EMAIL PROTECTED]
--- tests/early-libtool.at.old  2005-09-08 00:17:58.000000000 -0700
+++ tests/early-libtool.at      2005-09-28 21:01:44.794068004 -0700
@@ -39,6 +39,7 @@
 [[prefix = @prefix@
 libdir = @libdir@
 top_builddir = .
+SHELL = @SHELL@
 DEFAULT_INCLUDES = -I. [EMAIL PROTECTED]@
 EXEEXT = @EXEEXT@
 LIBTOOL = @LIBTOOL@
@@ -149,6 +150,7 @@
 [[prefix = @prefix@
 libdir = @libdir@
 top_builddir = .
+SHELL = @SHELL@
 DEFAULT_INCLUDES = -I. [EMAIL PROTECTED]@
 EXEEXT = @EXEEXT@
 LIBTOOL = @LIBTOOL@

Reply via email to