From: Alexandre Duret-Lutz Date: Tue, 26 Mar 2002 14:34:00 +0000 (+0000) Subject: * tests/extra6.test, tests/subdir5.test: Require GNU make. X-Git-Tag: branchpoint-1-6~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d81ed72d15e6df5811bf3e6e7a42dd29af4370a;p=thirdparty%2Fautomake.git * tests/extra6.test, tests/subdir5.test: Require GNU make. --- diff --git a/ChangeLog b/ChangeLog index 408469e58..1d66ce7ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-03-26 Alexandre Duret-Lutz + + * tests/extra6.test, tests/subdir5.test: Require GNU make. + 2002-03-26 Alexandre Duret-Lutz * tests/dup3.test (ACLOCAL): s/srcdir/testsrcdir/. diff --git a/tests/extra6.test b/tests/extra6.test index 0380dec4c..b0f5d7b55 100755 --- a/tests/extra6.test +++ b/tests/extra6.test @@ -5,6 +5,9 @@ . $srcdir/defs || exit 1 +# 'make distdir' + VPATH does not work with Solaris make. +$needs_gnu_make + set -e echo AC_OUTPUT >> configure.in diff --git a/tests/subdir5.test b/tests/subdir5.test index df7d69f6f..054416a0e 100755 --- a/tests/subdir5.test +++ b/tests/subdir5.test @@ -5,6 +5,10 @@ . $srcdir/defs || exit 1 +# This test assumes that the `make' utility is able to start +# over and reload Makefiles which have been remade (a non-POSIX feature). +$needs_gnu_make + cat > configure.in << 'END' AC_INIT(a.c) AM_INIT_AUTOMAKE(maude, 1.0)