automake-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Automake-commit] [SCM] GNU Automake branch, msvc-for-1.11, updated. v1.


From: Peter Rosin
Subject: [Automake-commit] [SCM] GNU Automake branch, msvc-for-1.11, updated. v1.11.1-599-g3ffb98d
Date: Tue, 08 Nov 2011 20:48:39 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Automake".

http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=3ffb98d2ca887286e0524b5db52b1399a6528ea1

The branch, msvc-for-1.11 has been updated
       via  3ffb98d2ca887286e0524b5db52b1399a6528ea1 (commit)
      from  213f5ef34632205139c3b483a73cbf20117786e4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3ffb98d2ca887286e0524b5db52b1399a6528ea1
Author: Peter Rosin <address@hidden>
Date:   Tue Nov 8 21:45:57 2011 +0100

    tests: fix broken backport of AM_PROG_AR tests
    
    * tests/ar-lib3.test: Explicitly request -Wextra-portability
    in order to trigger the expected error.
    * tests/ar-lib4.test: Likewise.
    
    Signed-off-by: Peter Rosin <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog          |    7 +++++++
 tests/ar-lib3.test |    2 +-
 tests/ar-lib4.test |    4 ++--
 3 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index b43e29d..1a4b514 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-11-08  Peter Rosin  <address@hidden>
+
+       tests: fix broken backport of AM_PROG_AR tests
+       * tests/ar-lib3.test: Explicitly request -Wextra-portability
+       in order to trigger the expected error.
+       * tests/ar-lib4.test: Likewise.
+
 2011-11-04  Stefano Lattarini  <address@hidden>
 
        warnings: 'extra-portability' category is not implied by '-Wall'
diff --git a/tests/ar-lib3.test b/tests/ar-lib3.test
index 6bcf6c2..37705e3 100755
--- a/tests/ar-lib3.test
+++ b/tests/ar-lib3.test
@@ -31,7 +31,7 @@ libfoo_a_SOURCES = foo.c
 END
 
 $ACLOCAL
-AUTOMAKE_fails
+AUTOMAKE_fails -Wextra-portability
 
 grep 'requires.*AM_PROG_AR' stderr
 
diff --git a/tests/ar-lib4.test b/tests/ar-lib4.test
index e05a8c2..9e01d6c 100755
--- a/tests/ar-lib4.test
+++ b/tests/ar-lib4.test
@@ -37,7 +37,7 @@ END
 
 libtoolize
 $ACLOCAL
-AUTOMAKE_fails
+AUTOMAKE_fails -Wextra-portability
 
 grep 'requires.*AM_PROG_AR' stderr
 
@@ -52,6 +52,6 @@ AC_OUTPUT
 END
 
 $ACLOCAL
-$AUTOMAKE --add-missing
+$AUTOMAKE -Wextra-portability --add-missing
 
 :


hooks/post-receive
-- 
GNU Automake



reply via email to

[Prev in Thread] Current Thread [Next in Thread]