From 064d00873247444393e8746a0b037b984075fab0 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Thu, 10 Nov 2011 11:23:13 +0100 Subject: [PATCH] tests: fix broken backport of tests on `extra-portability' warnings * tests/extra-portability2.test: Ensure all the automake invocations have the warnings in the `extra-portability' category enabled. Report by Peter Rosin. --- ChangeLog | 7 +++++++ tests/extra-portability2.test | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1a4b514..1f2f960 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011-11-10 Stefano Lattarini + + tests: fix broken backport of tests on `extra-portability' warnings + * tests/extra-portability2.test: Ensure all the automake invocations + have the warnings in the `extra-portability' category enabled. + Report by Peter Rosin. + 2011-11-08 Peter Rosin tests: fix broken backport of AM_PROG_AR tests diff --git a/tests/extra-portability2.test b/tests/extra-portability2.test index a44b144..9a01e74 100755 --- a/tests/extra-portability2.test +++ b/tests/extra-portability2.test @@ -43,6 +43,10 @@ END $ACLOCAL +# In the 1.11.x series, `extra-portability' warnings are not enabled +# by `-Wall'. +AUTOMAKE="$AUTOMAKE -Wextra-portability" + # Make sure the test is useful. AUTOMAKE_fails -- 2.7.4