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 3ab9879a99dd0a4690c65a80edbcacaffae8bce9 (commit)
from 60dde3d469b48f716c74c07abeb2566ac386acd3 (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 3ab9879a99dd0a4690c65a80edbcacaffae8bce9
Author: Peter Rosin <[email protected]>
Date: Fri Jul 2 08:17:19 2010 +0200
Don't trigger file name expansion when embedding manifests.
* libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS)
[ cygwin, mingw, cegcc ] <cl*>: Remove all spaces in the
case statement of postlink_cmds to make file name expansion
more unlikely.
(_LT_LANG_CXX_CONFIG): Likewise, but also add the missing |.
Signed-off-by: Peter Rosin <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 9 +++++++++
libltdl/m4/libtool.m4 | 4 ++--
2 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index ac85014..4064851 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-07-02 Peter Rosin <[email protected]>
+
+ Don't trigger file name expansion when embedding manifests.
+ * libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS)
+ [ cygwin, mingw, cegcc ] <cl*>: Remove all spaces in the
+ case statement of postlink_cmds to make file name expansion
+ more unlikely.
+ (_LT_LANG_CXX_CONFIG): Likewise, but also add the missing |.
+
2010-07-01 Peter Rosin <[email protected]>
Fix regression caused by "Add func_append_quoted and do..."
diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4
index 89785c1..8475d4b 100644
--- a/libltdl/m4/libtool.m4
+++ b/libltdl/m4/libtool.m4
@@ -4880,7 +4880,7 @@ _LT_EOF
_LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib'
_LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~
case $lt_outputfile in
- *.exe | *.EXE) ;;
+ *.exe|*.EXE) ;;
*) lt_outputfile="$lt_outputfile.exe" ;;
esac~
if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest";
then
@@ -5868,7 +5868,7 @@ if test "$_lt_caught_CXX_error" != yes; then
_LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib'
_LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~
case $lt_outputfile in
- *.exe *.EXE) ;;
+ *.exe|*.EXE) ;;
*) lt_outputfile="$lt_outputfile.exe" ;;
esac~
if test "$MANIFEST_TOOL" != ":" && test -f
"$lt_outputfile.manifest"; then
hooks/post-receive
--
GNU Libtool