* 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 <peda@lysator.liu.se>
+2010-07-02 Peter Rosin <peda@lysator.liu.se>
+
+ 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 <peda@lysator.liu.se>
Fix regression caused by "Add func_append_quoted and do..."
_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
_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