automake-patches
[Top][All Lists]
Advanced

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

FYI: required=gcc omissions


From: Alexandre Duret-Lutz
Subject: FYI: required=gcc omissions
Date: 19 Jun 2002 20:26:14 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

I'm checking in this on HEAD.

2002-06-19  Alexandre Duret-Lutz  <address@hidden>

        * 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.

Index: tests/nobase.test
===================================================================
RCS file: /cvs/automake/automake/tests/nobase.test,v
retrieving revision 1.6
diff -u -r1.6 nobase.test
--- tests/nobase.test   9 Jun 2002 11:12:35 -0000       1.6
+++ tests/nobase.test   19 Jun 2002 18:25:39 -0000
@@ -1,7 +1,7 @@
 #! /bin/sh
 # Make sure nobase_* works.
 
-required=libtoolize
+required='libtoolize gcc'
 . $srcdir/defs || exit 1
 
 set -e
Index: tests/pr204.test
===================================================================
RCS file: /cvs/automake/automake/tests/pr204.test,v
retrieving revision 1.3
diff -u -r1.3 pr204.test
--- tests/pr204.test    18 Jun 2002 19:55:58 -0000      1.3
+++ tests/pr204.test    19 Jun 2002 18:25:39 -0000
@@ -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: tests/pr300-lib.test
===================================================================
RCS file: /cvs/automake/automake/tests/pr300-lib.test,v
retrieving revision 1.2
diff -u -r1.2 pr300-lib.test
--- tests/pr300-lib.test        7 Mar 2002 12:26:41 -0000       1.2
+++ tests/pr300-lib.test        19 Jun 2002 18:25:39 -0000
@@ -3,6 +3,7 @@
 # Make sure that installing subdirectory libraries works.
 # PR/300
 
+required=gcc
 . $srcdir/defs || exit 1
 
 set -e
Index: tests/pr300-ltlib.test
===================================================================
RCS file: /cvs/automake/automake/tests/pr300-ltlib.test,v
retrieving revision 1.2
diff -u -r1.2 pr300-ltlib.test
--- tests/pr300-ltlib.test      7 Mar 2002 12:26:41 -0000       1.2
+++ tests/pr300-ltlib.test      19 Jun 2002 18:25:39 -0000
@@ -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: tests/pr300-prog.test
===================================================================
RCS file: /cvs/automake/automake/tests/pr300-prog.test,v
retrieving revision 1.2
diff -u -r1.2 pr300-prog.test
--- tests/pr300-prog.test       7 Mar 2002 12:26:41 -0000       1.2
+++ tests/pr300-prog.test       19 Jun 2002 18:25:39 -0000
@@ -3,6 +3,7 @@
 # Make sure that installing subdirectory programs works.
 # PR/300
 
+required=gcc
 . $srcdir/defs || exit 1
 
 set -e
Index: tests/specflags7.test
===================================================================
RCS file: /cvs/automake/automake/tests/specflags7.test,v
retrieving revision 1.1
diff -u -r1.1 specflags7.test
--- tests/specflags7.test       2 Apr 2002 13:11:14 -0000       1.1
+++ tests/specflags7.test       19 Jun 2002 18:25:39 -0000
@@ -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: tests/specflags8.test
===================================================================
RCS file: /cvs/automake/automake/tests/specflags8.test,v
retrieving revision 1.3
diff -u -r1.3 specflags8.test
--- tests/specflags8.test       24 Apr 2002 07:36:00 -0000      1.3
+++ tests/specflags8.test       19 Jun 2002 18:25:39 -0000
@@ -4,6 +4,7 @@
 # with one extra indirection in the sources.
 # PR 315.
 
+required=gcc
 . $srcdir/defs || exit 1
 
 set -e
Index: tests/subdir5.test
===================================================================
RCS file: /cvs/automake/automake/tests/subdir5.test,v
retrieving revision 1.4
diff -u -r1.4 subdir5.test
--- tests/subdir5.test  18 Jun 2002 19:08:28 -0000      1.4
+++ tests/subdir5.test  19 Jun 2002 18:25:39 -0000
@@ -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: tests/subobj6.test
===================================================================
RCS file: /cvs/automake/automake/tests/subobj6.test,v
retrieving revision 1.4
diff -u -r1.4 subobj6.test
--- tests/subobj6.test  26 Dec 2001 08:22:06 -0000      1.4
+++ tests/subobj6.test  19 Jun 2002 18:25:39 -0000
@@ -3,6 +3,7 @@
 # Test of subdir make distclean rules.
 # From Robert Collins
 
+required=gcc
 . $srcdir/defs || exit 1
 
 cat > configure.in << 'END'
Index: tests/subpkg.test
===================================================================
RCS file: /cvs/automake/automake/tests/subpkg.test,v
retrieving revision 1.1
diff -u -r1.1 subpkg.test
--- tests/subpkg.test   10 Jun 2002 09:39:14 -0000      1.1
+++ tests/subpkg.test   19 Jun 2002 18:25:39 -0000
@@ -2,6 +2,7 @@
 
 # Check subpackage handling.
 
+required=gcc
 . $srcdir/defs || exit 1
 
 set -e
Index: tests/transform.test
===================================================================
RCS file: /cvs/automake/automake/tests/transform.test,v
retrieving revision 1.1
diff -u -r1.1 transform.test
--- tests/transform.test        10 Jun 2002 18:54:33 -0000      1.1
+++ tests/transform.test        19 Jun 2002 18:25:39 -0000
@@ -2,6 +2,7 @@
 
 # Make sure that --program-transform works.
 
+required=gcc
 . $srcdir/defs || exit 1
 
 set -e

-- 
Alexandre Duret-Lutz




reply via email to

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