[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] GNU Libtool branch, pr-msvc-support, updated. v2.2.4-38-gfe8b365
From: |
Ralf Wildenhues |
Subject: |
[SCM] GNU Libtool branch, pr-msvc-support, updated. v2.2.4-38-gfe8b365 |
Date: |
Wed, 13 Aug 2008 05:44:47 +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, pr-msvc-support has been updated
via fe8b365cca167d63c6b6acecf19ef0bbd1f87dd6 (commit)
from 99342aec15567f8babdb888bb8bf22b72f561f1c (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 fe8b365cca167d63c6b6acecf19ef0bbd1f87dd6
Author: Ralf Wildenhues <address@hidden>
Date: Wed Aug 13 07:13:06 2008 +0200
Fix _LT_TAGVAR errors, hide error output.
* libltdl/m4/libtool.m4 (_LT_PROG_AR, LT_PATH_NM): Fix bogus
uses of _LT_TAGVAR. Hide `ar' error message escape from command
line.
Signed-off-by: Ralf Wildenhues <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 6 ++++++
libltdl/m4/libtool.m4 | 12 ++++++------
2 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 583aa2d..970a124 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
2008-08-13 Ralf Wildenhues <address@hidden>
+
+ * libltdl/m4/libtool.m4 (_LT_PROG_AR, LT_PATH_NM): Fix bogus
+ uses of _LT_TAGVAR. Hide `ar' error message escape from command
+ line.
+
+2008-08-13 Ralf Wildenhues <address@hidden>
Peter Rosin <address@hidden>
Support for response files with $NM.
diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4
index 0b88f76..7ceec66 100644
--- a/libltdl/m4/libtool.m4
+++ b/libltdl/m4/libtool.m4
@@ -1367,7 +1367,7 @@ AC_CACHE_CHECK([the archiver ($AR)
interface],[lt_cv_ar_interface],
(eval echo "\"\$as_me:__oline__: $ac_compile\"" >&AS_MESSAGE_LOG_FD)
(eval "$ac_compile" 2>conftest.err)
cat conftest.err >&AS_MESSAGE_LOG_FD
- (eval "$AR -NOLOGO -OUT:conftest.lib conftest.$ac_objext" &>conftest.err)
+ (eval "$AR -NOLOGO -OUT:conftest.lib conftest.$ac_objext" >conftest.err 2>&1)
ac_status=$?
cat conftest.err >&AS_MESSAGE_LOG_FD
test $ac_status = 0 && test -f conftest.lib && lt_cv_ar_interface="lib"
@@ -1379,16 +1379,16 @@ ar)
: ${AR_TFLAGS=t}
: ${AR_XFLAGS=x}
test -z "$AR_SEP" && AR_SEP=' '
- _LT_TAGVAR(ar_extract_one_by_one, $1)=no
- _LT_TAGVAR(archiver_list_spec, $1)=
+ ar_extract_one_by_one=no
+ archiver_list_spec=
;;
lib)
: ${AR_FLAGS="-NOLOGO -OUT:"}
: ${AR_TFLAGS="-NOLOGO -LIST "}
: ${AR_XFLAGS="-NOLOGO -EXTRACT:"}
test -z "$AR_SEP" && AR_SEP=''
- _LT_TAGVAR(ar_extract_one_by_one, $1)=yes
- _LT_TAGVAR(archiver_list_spec, $1)='@'
+ ar_extract_one_by_one=yes
+ archiver_list_spec='@'
# Don't use ranlib
: ${RANLIB=:}
;;
@@ -3346,7 +3346,7 @@ AC_CACHE_CHECK([the name lister ($NM) interface],
[lt_cv_nm_interface],
rm -f conftest*])
if test "$lt_cv_nm_interface" = "MS dumpbin"; then
- _LT_TAGVAR(nm_file_list_spec, $1)='@'
+ nm_file_list_spec='@'
fi
_LT_DECL([], [nm_file_list_spec], [1],
hooks/post-receive
--
GNU Libtool
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] GNU Libtool branch, pr-msvc-support, updated. v2.2.4-38-gfe8b365,
Ralf Wildenhues <=