* tests/static.at (ccache -all-static): Ignore link warnings.

Report by Gary V. Vaughan.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
This commit is contained in:
Ralf Wildenhues 2008-04-23 07:48:45 +02:00
parent 4d777f8223
commit cbd4eca591
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View 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