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 786befce766c5e4d9fc6f6e8292570dade734e65 (commit) from e350fb07441c973e36bdbb28fefaeed067ba3813 (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 786befce766c5e4d9fc6f6e8292570dade734e65 Author: Ralf Wildenhues <ralf.wildenh...@gmx.de> Date: Wed Sep 1 22:24:37 2010 +0200 tests: avoid spurious pic_flag test failure on HP-UX 10.20. * tests/pic_flag.at (override pic_flag at configure time): Match HP-UX 10.20 cc warning about unknown options, to skip the test. Signed-off-by: Ralf Wildenhues <ralf.wildenh...@gmx.de> ----------------------------------------------------------------------- Summary of changes: ChangeLog | 5 +++++ tests/pic_flag.at | 1 + 2 files changed, 6 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index 344ba66..63d4b74 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2010-09-01 Ralf Wildenhues <ralf.wildenh...@gmx.de> + tests: avoid spurious pic_flag test failure on HP-UX 10.20. + * tests/pic_flag.at (override pic_flag at configure time): + Match HP-UX 10.20 cc warning about unknown options, to skip + the test. + tests: fix localization test for GCC on HP-UX 11.00. * tests/localization.at (localized compiler messages): Be sure to switch the locale only for the actual compiler commands, so diff --git a/tests/pic_flag.at b/tests/pic_flag.at index ffad842..fb39f7f 100644 --- a/tests/pic_flag.at +++ b/tests/pic_flag.at @@ -37,6 +37,7 @@ AT_CHECK([$CC $CPPFLAGS $CFLAGS $C_pic_flag -c foo.c || exit 77], [], [stdout], [stderr]) # The configure test for the PIC flag also checks for warnings. AT_CHECK([grep fpic stdout stderr && exit 77], [1]) +AT_CHECK([[grep '[uU]nknown.*option' stdout stderr && exit 77]], [1]) CXX_pic_flag='-fpic -DPIC' if $CXX $CPPFLAGS $CXXFLAGS $CXX_pic_flag -c foo.cpp; then :; else hooks/post-receive -- GNU Libtool