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 Libtool".

The branch, master has been updated
       via  cbd4eca5912cf8f889c896e9d5cd8ce39f85a456 (commit)
      from  4d777f8223aabcd4ff95aefe8fd3fb86f5e6d7ae (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 cbd4eca5912cf8f889c896e9d5cd8ce39f85a456
Author: Ralf Wildenhues <[EMAIL PROTECTED]>
Date:   Wed Apr 23 07:48:45 2008 +0200

    * tests/static.at (ccache -all-static): Ignore link warnings.
    
    Report by Gary V. Vaughan.
    
    Signed-off-by: Ralf Wildenhues <[EMAIL PROTECTED]>

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

Summary of changes:
 ChangeLog       |    5 +++++
 tests/static.at |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index ebf9ba9..1f56c50 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-04-23  Ralf Wildenhues  <[EMAIL PROTECTED]>
+
+       * tests/static.at (ccache -all-static): Ignore link warnings.
+       Report by Gary V. Vaughan.
+
 2008-04-22  Gary V. Vaughan  <[EMAIL PROTECTED]>
 
        Libtoolize now advises AC_CONFIG_MACRO_DIR use where appropriate.
diff --git a/tests/static.at b/tests/static.at
index 1a51d0d..b5e9946 100644
--- a/tests/static.at
+++ b/tests/static.at
@@ -372,6 +372,6 @@ AT_DATA([a.c],
 
 AT_CHECK([$CC $CPPFLAGS $CFLAGS -c a.c], [], [ignore])
 AT_CHECK([$LIBTOOL --mode=link --tag=CC ./ccache $CC $CFLAGS $LDFLAGS 
-all-static a.$OBJEXT -o a],
-        [], [ignore])
+        [], [ignore], [ignore])
 
 AT_CLEANUP


hooks/post-receive
--
GNU Libtool


Reply via email to