libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: [PATCH] tests: fix parsing of configure output by pic_flag.at.


From: Gary V. Vaughan
Subject: FYI: [PATCH] tests: fix parsing of configure output by pic_flag.at.
Date: Tue, 8 Nov 2011 00:29:49 +0700

From: "Gary V. Vaughan" <address@hidden>

Applied as obvious.

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 <address@hidden>
---
 tests/pic_flag.at |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/pic_flag.at b/tests/pic_flag.at
index fb39f7f..3f7388a 100644
--- a/tests/pic_flag.at
+++ b/tests/pic_flag.at
@@ -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
-- 
1.7.7.2

Cheers,
-- 
Gary V. Vaughan (gary AT gnu DOT org)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]