From: Ralf Wildenhues Date: Wed, 23 Apr 2008 05:48:45 +0000 (+0200) Subject: * tests/static.at (ccache -all-static): Ignore link warnings. X-Git-Tag: v2.2.4~13 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=cbd4eca5912cf8f889c896e9d5cd8ce39f85a456;p=thirdparty%2Flibtool.git * tests/static.at (ccache -all-static): Ignore link warnings. Report by Gary V. Vaughan. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index ebf9ba93e..1f56c50e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-04-23 Ralf Wildenhues + + * tests/static.at (ccache -all-static): Ignore link warnings. + Report by Gary V. Vaughan. + 2008-04-22 Gary V. Vaughan Libtoolize now advises AC_CONFIG_MACRO_DIR use where appropriate. diff --git a/tests/static.at b/tests/static.at index 1a51d0d04..b5e994627 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