From 1d81ed72d15e6df5811bf3e6e7a42dd29af4370a Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Tue, 26 Mar 2002 14:34:00 +0000 Subject: [PATCH] * tests/extra6.test, tests/subdir5.test: Require GNU make. --- ChangeLog | 4 ++++ tests/extra6.test | 3 +++ tests/subdir5.test | 4 ++++ 3 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 408469e..1d66ce7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 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/. 2002-03-26 Alexandre Duret-Lutz diff --git a/tests/extra6.test b/tests/extra6.test index 0380dec..b0f5d7b 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 df7d69f..054416a 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) -- 2.7.4