Re: fix for tests 20 21

2005-09-29 Thread Ralf Wildenhues
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).




fix for tests 20 21

2005-09-28 Thread Tim Rice

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 RiceMultitalents(707) 887-1469
[EMAIL PROTECTED]
--- tests/early-libtool.at.old  2005-09-08 00:17:58.0 -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@