From: Alexandre Duret-Lutz Date: Thu, 8 Nov 2001 08:52:31 +0000 (+0000) Subject: * tests/suffix4.test ($AUTOMAKE): Don't use -Wno-error. X-Git-Tag: Release-1-5b~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ed19408cb5971c4b5d1cbbe5f2a3575749f9f18;p=thirdparty%2Fautomake.git * tests/suffix4.test ($AUTOMAKE): Don't use -Wno-error. * tests/suffix5.test ($AUTOMAKE): Likewise. --- diff --git a/ChangeLog b/ChangeLog index 07c988772..ee92eba92 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-11-08 Alexandre Duret-Lutz + + * tests/suffix4.test ($AUTOMAKE): Don't use -Wno-error. + * tests/suffix5.test ($AUTOMAKE): Likewise. + 2001-11-07 Akim Demaille * m4/init.m4 (AM_INIT_AUTOMAKE): Don't escape quotes in diff --git a/tests/suffix4.test b/tests/suffix4.test index 3bac120b0..d9155e0e5 100755 --- a/tests/suffix4.test +++ b/tests/suffix4.test @@ -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 diff --git a/tests/suffix5.test b/tests/suffix5.test index 5196c38f0..7a805dd30 100755 --- a/tests/suffix5.test +++ b/tests/suffix5.test @@ -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