+2002-06-19 Alexandre Duret-Lutz <duret_g@epita.fr>
+
+ * tests/nobase.test, tests/pr204.test, tests/pr300-lib.test,
+ tests/pr300-ltlib.test, tests/pr300-prog.test,
+ tests/specflags7.test, tests/specflags8.test, tests/subdir5.test,
+ tests/subobj6.test, tests/subpkg.test, tests/transform.test:
+ Require gcc.
+
2002-06-18 Alexandre Duret-Lutz <duret_g@epita.fr>
* tests/libtool2.test: Use required=libtoolize.
#! /bin/sh
# Make sure nobase_* works.
-required=libtoolize
+required='libtoolize gcc'
. $srcdir/defs || exit 1
set -e
# For PR 204.
# Sources derived from nodist_ sources should not be distributed.
-required=bison
-
+required='bison gcc'
. $srcdir/defs || exit 1
set -e
# Make sure that installing subdirectory libraries works.
# PR/300
+required=gcc
. $srcdir/defs || exit 1
set -e
# Make sure that installing subdirectory libtool libraries works.
# PR/300
-required=libtoolize
+required='libtoolize gcc'
. $srcdir/defs || exit 1
set -e
# Make sure that installing subdirectory programs works.
# PR/300
+required=gcc
. $srcdir/defs || exit 1
set -e
# The ctags/etags example from the manual, plus a check for _SHORTNAME.
+required=gcc
. $srcdir/defs || exit 1
set -e
# with one extra indirection in the sources.
# PR 315.
+required=gcc
. $srcdir/defs || exit 1
set -e
# This test assumes that the `make' utility is able to start
# over and reload Makefiles which have been remade (a non-POSIX feature).
-required=GNUmake
+required='GNUmake gcc'
. $srcdir/defs || exit 1
cat > configure.in << 'END'
# Test of subdir make distclean rules.
# From Robert Collins
+required=gcc
. $srcdir/defs || exit 1
cat > configure.in << 'END'
# Check subpackage handling.
+required=gcc
. $srcdir/defs || exit 1
set -e
# Make sure that --program-transform works.
+required=gcc
. $srcdir/defs || exit 1
set -e