]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
tests: fix parsing of configure output by pic_flag.at.
authorGary V. Vaughan <gary@vaughan.pe>
Mon, 7 Nov 2011 16:43:56 +0000 (23:43 +0700)
committerGary V. Vaughan <gary@vaughan.pe>
Mon, 7 Nov 2011 16:43:56 +0000 (23:43 +0700)
Close http://debbugs.gnu.org/9962.
* tests/pic_flag.at (LT_AT_CONFIGURE): Make sure to configure
with --disable-silent-rules so that the full output parsed by
the rest of the test is available.
Reported by Roumen Petrov.

Signed-off-by: Gary V. Vaughan <gary@vaughan.pe>
tests/pic_flag.at

index fb39f7fafc4714a0a1e06d282144081e450c4f25..3f7388a72047298da35875d0cd369f2f6f556f09 100644 (file)
@@ -47,7 +47,7 @@ fi
 AT_CHECK([test "$at_srcdir" != . || exit 77])
 LT_AT_CONFIGURE([lt_cv_prog_compiler_pic="$C_pic_flag" ]dnl
                [lt_cv_prog_compiler_pic_CXX="$CXX_pic_flag"],
-               ["$abs_top_srcdir"/configure])
+               ["$abs_top_srcdir"/configure --disable-silent-rules])
 : ${MAKE=make}
 AT_CHECK([$MAKE], [], [stdout], [ignore])
 AT_CHECK([if ./libtool --features | grep 'enable shared libraries'; then ]dnl