]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
From Nicolas Joly:
authorTom Tromey <tromey@redhat.com>
Wed, 25 Jul 2001 15:27:36 +0000 (15:27 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 25 Jul 2001 15:27:36 +0000 (15:27 +0000)
* tests/pr9.test: Require GNU make.
* tests/dirname.test: Don't use `-u'.

ChangeLog
THANKS
tests/dirname.test
tests/pr9.test

index 32d77028deeeb9780db813e75acb7220ca6316b8..e58791539e8082b02f54ad2f52978fc240ce4e5c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-07-25  Tom Tromey  <tromey@redhat.com>
+
+       From Nicolas Joly:
+       * tests/pr9.test: Require GNU make.
+       * tests/dirname.test: Don't use `-u'.
+
 2001-07-22  Tom Tromey  <tromey@redhat.com>
 
        * tests/Makefile.am (TESTS): Added auxdir2.test.
diff --git a/THANKS b/THANKS
index 534414e6915357f1ed2b479ffcd3c912b50cd8ed..f04152e7ffed2c559e1fa0d7ebc77dad1c052db1 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -102,6 +102,7 @@ Miles Bader         miles@ccs.mt.nec.co.jp
 Miodrag Vallat         miodrag@ifrance.com
 Morten Eriksen         mortene@sim.no
 Motoyuki Kasahara      m-kasahr@sra.co.jp
+Nicolas Joly           njoly@pasteur.fr
 Nicolas Thiery         nthiery@Icare.mines.edu
 NISHIDA Keisuke                knishida@nn.iij4u.or.jp
 Nelson H. F. Beebe     beebe@math.utah.edu
index 6426e601efe33d8b5918d9f2ebbafce34e2cc906..bbc5de7f89298eed8795158d8ede0b2bbbbed547 100755 (executable)
@@ -37,7 +37,7 @@ cat >wanted <<EOF
 7 /file                  = /
 EOF
 
-diff -u wanted got || exit 1
+diff wanted got || exit 1
 
 exit 0
 
index c0e9e53d8609e9587396efeab887c18e36d6bad1..d143fc37562c69b360bd0b8d4f44c9459d265f96 100755 (executable)
@@ -21,6 +21,9 @@ $needs_autoconf
 # Likewise for gzip.
 (gzip --version) > /dev/null 2>&1 || exit 77
 
+# `distcheck' requires GNU make.
+$needs_gnu_make
+
 $ACLOCAL || exit 1
 
 $AUTOCONF || exit 1