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.2.10-145-g185a2f7


From: Peter Rosin
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.10-145-g185a2f7
Date: Tue, 31 Aug 2010 17:23:23 +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  185a2f71d0d1b1727fcc45c3840a5d4f7ebfa7ef (commit)
      from  34f87a6b07381f6092851a25c9da62b2c40a4d21 (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 185a2f71d0d1b1727fcc45c3840a5d4f7ebfa7ef
Author: Peter Rosin <address@hidden>
Date:   Tue Aug 31 19:04:22 2010 +0200

    Dump archiver output to the log when testing @file support.
    
    * libltdl/m4/libtool.m4 (_LT_PROG_AR): Redirect stdout to config.log
    when testing for @file support.
    Suggested by Ralf Wildenhues.
    
    Signed-off-by: Peter Rosin <address@hidden>

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

Summary of changes:
 ChangeLog             |    5 +++++
 libltdl/m4/libtool.m4 |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 1ee96b1..355b485 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2010-08-31  Peter Rosin  <address@hidden>
 
+       Dump archiver output to the log when testing @file support.
+       * libltdl/m4/libtool.m4 (_LT_PROG_AR): Redirect stdout to config.log
+       when testing for @file support.
+       Suggested by Ralf Wildenhues.
+
        Silence archiver output when testing @file support.
        * libltdl/m4/libtool.m4 (_LT_PROG_AR): Redirect stdout and stderr
        to the bit bucket when testing for @file support.
diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4
index 530c971..666130d 100644
--- a/libltdl/m4/libtool.m4
+++ b/libltdl/m4/libtool.m4
@@ -1360,7 +1360,7 @@ AC_CACHE_CHECK([for archiver @FILE support], 
[lt_cv_ar_at_file],
   [lt_cv_ar_at_file=no
    AC_COMPILE_IFELSE([AC_LANG_PROGRAM],
      [echo conftest.$ac_objext > conftest.lst
-      lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >/dev/null 2>&1'
+      lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&AS_MESSAGE_LOG_FD'
       AC_TRY_EVAL([lt_ar_try])
       if test "$ac_status" -eq 0; then
        # Ensure the archiver fails upon bogus file names.


hooks/post-receive
-- 
GNU Libtool



reply via email to

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