]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* tests/defs.in: Export SHELL.
authorAlexandre Duret-Lutz <adl@gnu.org>
Mon, 10 Nov 2003 19:22:19 +0000 (19:22 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Mon, 10 Nov 2003 19:22:19 +0000 (19:22 +0000)
* tests/cond11.test: Missing quotes.
* tests/nogzip2.test: Require bzip2.

ChangeLog
tests/cond11.test
tests/defs.in
tests/nogzip.test

index aad0ebce70745ebb1908961d1613ef7326fd0e4c..58d0c754a95adf2421e885dc6c89a2c0197cbbfc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-11-10  Alexandre Duret-Lutz  <adl@gnu.org>
+
+       * tests/defs.in: Export SHELL.
+       * tests/cond11.test: Missing quotes.
+       * tests/nogzip2.test: Require bzip2.
+
 2003-11-09  Alexandre Duret-Lutz  <adl@gnu.org>
 
        * NEWS: Add news entries from 1.6.x and 1.7.x.
index 584538cbc84c393a6b7d9d44cb1f8ad2e9149db3..fbcc14166a12214c3700eb7541e46074efb76d93 100755 (executable)
@@ -28,7 +28,7 @@ set -e
 
 cat >> configure.in << 'END'
 AC_PROG_CC
-AM_CONDITIONAL([USE_A], [test -z $two])
+AM_CONDITIONAL([USE_A], [test -z "$two"])
 AC_SUBST([SUBSTVAR], [bar])
 AC_OUTPUT
 END
index e155e25d4a8edae0f06e03bffc4f94aa3c514070..9cdc9664aa3c06428780063fe959862d83b9f208 100644 (file)
@@ -62,7 +62,9 @@ test -z "$VERBOSE" && {
    exec > /dev/null 2>&1
 }
 
+# Make sure we override the user shell.
 SHELL='@SHELL@'
+export SHELL
 # User can override various tools used.
 test -z "$PERL" && PERL='@PERL@'
 test -z "$MAKE" && MAKE=make
index 955f836b2aff431b923d412ab3dd778215e05f0f..58b4d09de6ea7681289c6f3c308496b19112b804 100755 (executable)
@@ -20,6 +20,7 @@
 
 # Check support for no-dist-gzip
 
+required=bzip2
 . ./defs || exit 1
 
 set -e