]> sourceware.org Git - automake.git/commitdiff
* tests/version7.test: Require GNU make.
authorAlexandre Duret-Lutz <adl@gnu.org>
Fri, 13 Dec 2002 21:59:10 +0000 (21:59 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Fri, 13 Dec 2002 21:59:10 +0000 (21:59 +0000)
Reported by Patrick Welche.

ChangeLog
tests/version7.test

index c95aef1fd36e8f9b08d66e8f9573ab945dba3b41..63671468bcbc95949879923eef06f4ee72a0c92c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-12-13  Alexandre Duret-Lutz  <adl@gnu.org>
+
+       * tests/version7.test: Require GNU make.
+       Reported by Patrick Welche.
+
 2002-12-11  Brian Ford  <ford@vss.fsi.com>
 
        * m4/init.m4 (AM_INIT_AUTOMAKE): Properly quote AC_PACKAGE_TARNAME
index 5cc64484fd8bc62056df6e31f1783d38dc88c617..c499ece399be42b7683c5a88fc77091121320e21 100755 (executable)
 # 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
This page took 0.03283 seconds and 5 git commands to generate.