Report by Gary V. Vaughan.
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+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.
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