]> sourceware.org Git - automake.git/commitdiff
* tests/pr87.test, tests/yaccvpath.test: Require GNU make.
authorAlexandre Duret-Lutz <adl@gnu.org>
Tue, 26 Mar 2002 10:36:55 +0000 (10:36 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Tue, 26 Mar 2002 10:36:55 +0000 (10:36 +0000)
ChangeLog
tests/pr87.test
tests/yaccvpath.test

index 28d5612d6d6c7213a84db5901fe18f6f8f3c30d7..b4177b6b80d9409742feaada7877e282334558cd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-03-26  Alexandre Duret-Lutz  <duret_g@epita.fr>
+
+       * tests/pr87.test, tests/yaccvpath.test: Require GNU make.
+
 2002-03-26  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
        * Makefile.am (maintainer-check): Catch occurrences of
index 07a2c97fe494e4f1553373078d90062a7f8e2a6e..fbad97637305669ce25dd2375744a025f04b00bc 100755 (executable)
@@ -4,6 +4,8 @@
 
 . $srcdir/defs || exit 1
 
+$needs_gnu_make                        # for `make distcheck'
+
 subdirs="foo bar"
 
 for i in $subdirs; do
index df3f6b2a2a1e42aba3efb70ac7e334e3dc10aadf..04727993ee75ab3d27d1fe0c25b64d6544a786f4 100755 (executable)
@@ -8,6 +8,8 @@
 
 . $srcdir/defs || exit 1
 
+$needs_gnu_make                        # for `make distdir'
+
 # Likewise for some other tools.
 (gcc -v) > /dev/null 2>&1 || exit 77
 (bison -V) > /dev/null 2>&1 || exit 77
This page took 0.032798 seconds and 5 git commands to generate.