]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* tests/substref.test: Require GNU make; backed out previous
authorTom Tromey <tromey@redhat.com>
Sat, 4 Aug 2001 03:47:50 +0000 (03:47 +0000)
committerTom Tromey <tromey@redhat.com>
Sat, 4 Aug 2001 03:47:50 +0000 (03:47 +0000)
change.

ChangeLog
tests/substref.test

index 8e625d9337a33553f287f700de41eed8d1845081..ef972401e27a2f17ad58db03a50ba1598e53ff78 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2001-08-03  Tom Tromey  <tromey@redhat.com>
 
+       * tests/substref.test: Require GNU make; backed out previous
+       change.
+
        * tests/substref.test: Handle entering/leaving directory
        messages.
 
index 4495ce89bef68b68e237e3d2a7be6dc055dab152..ada05b31ae0f1ba49e72abdfa6b98dd44cc3f36b 100755 (executable)
@@ -32,6 +32,7 @@ END
 
 $needs_autoconf
 (gcc -v) > /dev/null 2>&1 || exit 77
+$needs_gnu_make
 
 set -e
 
@@ -42,6 +43,6 @@ $AUTOMAKE -a
 CC='gcc' ./configure
 
 # Grep away the entering/leaving directory messages.
-val=`$MAKE echorule | fgrep -v 'ing dir'`;
+val=`$MAKE --no-print-directory echorule`;
 echo $val
 test "x$val" = "xdlmain.c dlmain.o"