]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* tests/static.at (ccache -all-static): Ignore link warnings.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 23 Apr 2008 05:48:45 +0000 (07:48 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 23 Apr 2008 05:48:45 +0000 (07:48 +0200)
Report by Gary V. Vaughan.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
tests/static.at

index ebf9ba93e761fc0a725b0223377dec17f031a7be..1f56c50e13572e4ec3481a3c104aedcd8e7c9184 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-04-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * tests/static.at (ccache -all-static): Ignore link warnings.
+       Report by Gary V. Vaughan.
+
 2008-04-22  Gary V. Vaughan  <gary@gnu.org>
 
        Libtoolize now advises AC_CONFIG_MACRO_DIR use where appropriate.
index 1a51d0d04e446d92a922edeef3a7ee98769aca85..b5e99462773f1a982ee34837efe457cb95e0f850 100644 (file)
@@ -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