* tests/cond11.test: Missing quotes.
* tests/nogzip2.test: Require bzip2.
+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.
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
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
# Check support for no-dist-gzip
+required=bzip2
. ./defs || exit 1
set -e