libtool-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Libtool branch, master, updated. v2.4.2-45-gc188507


From: Gary V. Vaughan
Subject: [SCM] GNU Libtool branch, master, updated. v2.4.2-45-gc188507
Date: Mon, 07 Nov 2011 10:34:27 +0000

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  c188507816c4b43f3411677116ce4ab4b926958e (commit)
      from  a0f2576e96bf2d9f2f61820aa41a0e66e33edfde (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 c188507816c4b43f3411677116ce4ab4b926958e
Author: Gary V. Vaughan <address@hidden>
Date:   Mon Nov 7 23:43:56 2011 +0700

    tests: fix parsing of configure output by pic_flag.at.
    
    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>

-----------------------------------------------------------------------

Summary of changes:
 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


hooks/post-receive
-- 
GNU Libtool



reply via email to

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