tests: fix broken backport of tests on `extra-portability' warnings
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 10 Nov 2011 10:23:13 +0000 (11:23 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 10 Nov 2011 10:23:13 +0000 (11:23 +0100)
* tests/extra-portability2.test: Ensure all the automake invocations
have the warnings in the `extra-portability' category enabled.
Report by Peter Rosin.

ChangeLog
tests/extra-portability2.test

index 1a4b514..1f2f960 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-11-10  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       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  <peda@lysator.liu.se>
 
        tests: fix broken backport of AM_PROG_AR tests
index a44b144..9a01e74 100755 (executable)
@@ -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