]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* tests/nobase.test, tests/pr204.test, tests/pr300-lib.test,
authorAlexandre Duret-Lutz <adl@gnu.org>
Wed, 19 Jun 2002 18:31:37 +0000 (18:31 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Wed, 19 Jun 2002 18:31:37 +0000 (18:31 +0000)
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.

12 files changed:
ChangeLog
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

index 86f4664e802bb9857a2aad36f7a3aed3ffcc1ec8..a45e021ec7f5c3060893bade6aab067788635d36 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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.
index fa3fb1e0cd5f9eb15004d9de3572b6166b984044..715793e279ef94c4a2678fc3fca3abe088c29d29 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/sh
 # Make sure nobase_* works.
 
-required=libtoolize
+required='libtoolize gcc'
 . $srcdir/defs || exit 1
 
 set -e
index f15c49038620e44d91d27c50062af652cf3ef382..5f44025fcca1d4b2c028a5423e3923b2b06af02d 100755 (executable)
@@ -2,8 +2,7 @@
 # For PR 204.
 # Sources derived from nodist_ sources should not be distributed.
 
-required=bison
-
+required='bison gcc'
 . $srcdir/defs || exit 1
 
 set -e
index 2b5dfc8f47710ba074a2bd1894a2cc5230ad5929..0201b8072a5ca70864769355cece79a0f2e6b8b0 100755 (executable)
@@ -3,6 +3,7 @@
 # Make sure that installing subdirectory libraries works.
 # PR/300
 
+required=gcc
 . $srcdir/defs || exit 1
 
 set -e
index eb6c6864c33ce603ccb2e0696030ab1d6efc722f..605f1a83bc7a665b4469dc187a47a2ef867302ab 100755 (executable)
@@ -3,7 +3,7 @@
 # Make sure that installing subdirectory libtool libraries works.
 # PR/300
 
-required=libtoolize
+required='libtoolize gcc'
 . $srcdir/defs || exit 1
 
 set -e
index ed96be0b1922a95bd2fc0332b2a152355e68bbdd..8dc856b21c39e4a6a81daa36887c38b7f0bf5e6a 100755 (executable)
@@ -3,6 +3,7 @@
 # Make sure that installing subdirectory programs works.
 # PR/300
 
+required=gcc
 . $srcdir/defs || exit 1
 
 set -e
index 09228b7a8384e08948d4cfa117cfc628654e2ba7..7092afecc646963c285948dc8ca9b3613d933dee 100755 (executable)
@@ -2,6 +2,7 @@
 
 # The ctags/etags example from the manual, plus a check for _SHORTNAME.
 
+required=gcc
 . $srcdir/defs || exit 1
 
 set -e
index 640166759d2c01061c9c535a0391f47a205c1dd0..b9566d52676e66d8ed12c23514c594fc016271b6 100755 (executable)
@@ -4,6 +4,7 @@
 # with one extra indirection in the sources.
 # PR 315.
 
+required=gcc
 . $srcdir/defs || exit 1
 
 set -e
index 48c9e310ab927ef921c5df806202ff194cdaf7ef..1cfb0c01cf6a0c7fdbbd3461ca08ec890982dda2 100755 (executable)
@@ -5,7 +5,7 @@
 
 # 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'
index f9423e22395c43411671c0775529c7818e285622..6521f9ae9d5a823b5822a020a2376128e338e0d9 100755 (executable)
@@ -3,6 +3,7 @@
 # Test of subdir make distclean rules.
 # From Robert Collins
 
+required=gcc
 . $srcdir/defs || exit 1
 
 cat > configure.in << 'END'
index dd3e0e03f01e5218d91dee6631a8cd6a8e490a98..fd77e8a020566bbdc5c5ef0891755d753a38d0e2 100755 (executable)
@@ -2,6 +2,7 @@
 
 # Check subpackage handling.
 
+required=gcc
 . $srcdir/defs || exit 1
 
 set -e
index 1541b79ef7147bea0afbf7f740b4b2b60259172c..fbf99bdf9de3ad39a3bb8e85a636983508f9fb7c 100755 (executable)
@@ -2,6 +2,7 @@
 
 # Make sure that --program-transform works.
 
+required=gcc
 . $srcdir/defs || exit 1
 
 set -e