automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: pr87.test and yaccvpath.test require GNU make.


From: Alexandre Duret-Lutz
Subject: FYI: pr87.test and yaccvpath.test require GNU make.
Date: Tue, 26 Mar 2002 11:36:03 +0100
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.1 (i386-debian-linux-gnu)

I'm checking this in.  distdir fails in VPATH configuration with
Solaris make and it's not easy to fix.

2002-03-26  Alexandre Duret-Lutz  <address@hidden>

        * tests/pr87.test, tests/yaccvpath.test: Require GNU make.

Index: tests/pr87.test
===================================================================
RCS file: /cvs/automake/automake/tests/pr87.test,v
retrieving revision 1.10
diff -u -r1.10 pr87.test
--- tests/pr87.test 2001/12/26 08:22:06 1.10
+++ tests/pr87.test 2002/03/26 10:34:07
@@ -4,6 +4,8 @@
 
 . $srcdir/defs || exit 1
 
+$needs_gnu_make                        # for `make distcheck'
+
 subdirs="foo bar"
 
 for i in $subdirs; do
Index: tests/yaccvpath.test
===================================================================
RCS file: /cvs/automake/automake/tests/yaccvpath.test,v
retrieving revision 1.7
diff -u -r1.7 yaccvpath.test
--- tests/yaccvpath.test 2001/12/26 08:22:06 1.7
+++ tests/yaccvpath.test 2002/03/26 10:34:07
@@ -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
-- 
Alexandre Duret-Lutz




reply via email to

[Prev in Thread] Current Thread [Next in Thread]