From: Alexandre Duret-Lutz Date: Tue, 26 Mar 2002 10:36:55 +0000 (+0000) Subject: * tests/pr87.test, tests/yaccvpath.test: Require GNU make. X-Git-Tag: branchpoint-1-6~17 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=2a5c7acec95edd8156aaf8f0d662dea6c7d73930;p=automake.git * tests/pr87.test, tests/yaccvpath.test: Require GNU make. --- diff --git a/ChangeLog b/ChangeLog index 28d5612d..b4177b6b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-03-26 Alexandre Duret-Lutz + + * tests/pr87.test, tests/yaccvpath.test: Require GNU make. + 2002-03-26 Alexandre Duret-Lutz * Makefile.am (maintainer-check): Catch occurrences of diff --git a/tests/pr87.test b/tests/pr87.test index 07a2c97f..fbad9763 100755 --- a/tests/pr87.test +++ b/tests/pr87.test @@ -4,6 +4,8 @@ . $srcdir/defs || exit 1 +$needs_gnu_make # for `make distcheck' + subdirs="foo bar" for i in $subdirs; do diff --git a/tests/yaccvpath.test b/tests/yaccvpath.test index df3f6b2a..04727993 100755 --- a/tests/yaccvpath.test +++ b/tests/yaccvpath.test @@ -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