automake-patches
[Top][All Lists]
Advanced

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

FYI: Don't use $SHELL when calling ./configure


From: Alexandre Duret-Lutz
Subject: FYI: Don't use $SHELL when calling ./configure
Date: Thu, 21 Mar 2002 12:24:18 +0100
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.1 (i386-debian-linux-gnu)

I've got a failure on an account where SHELL=/bin/tcsh.
No other test uses this $SHELL prefix.

I'm checking this in.

Index: ChangeLog
===================================================================
RCS file: /cvs/automake/automake/ChangeLog,v
retrieving revision 1.1790
diff -u -r1.1790 ChangeLog
--- ChangeLog   2002/03/21 09:26:08     1.1790
+++ ChangeLog   2002/03/21 11:20:21
@@ -1,5 +1,9 @@
 2002-03-21  Alexandre Duret-Lutz  <address@hidden>
 
+       * tests/dirname.test: Don't use $SHELL when calling ./configure.
+
+2002-03-21  Alexandre Duret-Lutz  <address@hidden>
+
        * tests/dirname.test: Use --quiet to fix failure on installations
        using a site script.
        Reported by Nicolas Joly.
Index: tests/dirname.test
===================================================================
RCS file: /cvs/automake/automake/tests/dirname.test,v
retrieving revision 1.6
diff -u -r1.6 dirname.test
--- dirname.test        2002/03/21 09:26:11     1.6
+++ dirname.test        2002/03/21 11:20:21
@@ -21,7 +21,7 @@
 
 # Use --quiet otherwise unwelcome messages like "loading site script"
 # would cause a failure.
-$SHELL ./configure --quiet >got || exit 1
+./configure --quiet >got || exit 1
 
 cat >wanted <<EOF
 1 /a/path/to/a/file      = /a/path/to/a
-- 
Alexandre Duret-Lutz




reply via email to

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