automake-patches
[Top][All Lists]
Advanced

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

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


From: Akim Demaille
Subject: Re: FYI: pr87.test and yaccvpath.test require GNU make.
Date: 26 Mar 2002 12:10:01 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp)

| 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

Can't this is transformed into `required=gmake'?



reply via email to

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