]> sourceware.org Git - automake.git/commitdiff
* tests/suffix4.test ($AUTOMAKE): Don't use -Wno-error.
authorAlexandre Duret-Lutz <adl@gnu.org>
Thu, 8 Nov 2001 08:52:30 +0000 (08:52 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Thu, 8 Nov 2001 08:52:30 +0000 (08:52 +0000)
* tests/suffix5.test ($AUTOMAKE): Likewise.

ChangeLog
tests/suffix4.test
tests/suffix5.test

index 07c9887728ec543ee180bbb91d3740d7a8501478..ee92eba92837187d6ae649ccdabc3dd9fa05cc1d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-11-08  Alexandre Duret-Lutz  <duret_g@epita.fr>
+
+       * tests/suffix4.test ($AUTOMAKE): Don't use -Wno-error.
+       * tests/suffix5.test ($AUTOMAKE): Likewise.
+
 2001-11-07  Akim Demaille  <akim@epita.fr>
 
        * m4/init.m4 (AM_INIT_AUTOMAKE): Don't escape quotes in
index 3bac120b00bcc4be4b268a76eca953feffda816f..d9155e0e59746a22854d0091b5c5342ca87b558a 100755 (executable)
@@ -17,6 +17,6 @@ foo_SOURCES = foo.k
 END
 
 $ACLOCAL || exit 1
-$AUTOMAKE --Wno-error || exit 1
+$AUTOMAKE || exit 1
 grep '.SUFFIXES:.*\.k' Makefile.in || exit 1
 exit 0
index 5196c38f08981bf1161958a820644866efb0f31f..7a805dd3061436a834326d2f287d2f83ac00cc09 100755 (executable)
@@ -23,6 +23,6 @@ END
 : > config.sub
 
 $ACLOCAL || exit 1
-$AUTOMAKE --Wno-error || exit 1
+$AUTOMAKE || exit 1
 grep '_OBJECTS.*foo.lo' Makefile.in || exit 1
 exit 0
This page took 0.039048 seconds and 5 git commands to generate.