From: Alexandre Duret-Lutz Date: Fri, 13 Dec 2002 21:59:10 +0000 (+0000) Subject: * tests/version7.test: Require GNU make. X-Git-Tag: Release-1-7-2b~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef3bf50ff2059b8babd3d833b0c564e5cd67f06a;p=thirdparty%2Fautomake.git * tests/version7.test: Require GNU make. Reported by Patrick Welche. --- diff --git a/ChangeLog b/ChangeLog index c95aef1fd..63671468b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-12-13 Alexandre Duret-Lutz + + * tests/version7.test: Require GNU make. + Reported by Patrick Welche. + 2002-12-11 Brian Ford * m4/init.m4 (AM_INIT_AUTOMAKE): Properly quote AC_PACKAGE_TARNAME diff --git a/tests/version7.test b/tests/version7.test index 5cc64484f..c499ece39 100755 --- a/tests/version7.test +++ b/tests/version7.test @@ -19,9 +19,11 @@ # Boston, MA 02111-1307, USA. # Test for a special setup where the package's version isn't defined -# in configure.in. +# in configure.in. We want GNU Make for this test (part of the test +# is to make sure Makefile.ins get rebuilt when a m4_included file +# changes -- we don't support this feature on non-GNU Makes). -required='makeinfo tex' +required='makeinfo tex GNUmake' . ./defs || exit 1 set -e