]> git.ipfire.org Git - thirdparty/libtool.git/commit
Fix cwrapper argument mangling on w32.
authorBruno Haible <bruno@clisp.org>
Tue, 11 Nov 2008 05:51:24 +0000 (06:51 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 11 Nov 2008 05:53:39 +0000 (06:53 +0100)
commit101ad44541c6d303cf465937a212042885f4338e
tree8948d43da946b757dee9c5bd68cbe9a986239a5a
parent0676af7c2a5e30993957dfd49e4e972d54426bfb
Fix cwrapper argument mangling on w32.

* libltdl/config/ltmain.m4sh (func_emit_cwrapperexe_src): On
mingw, preprocess the argument vector through prepare_spawn.
* tests/execute-mode.at (execute mode): Output args
newline-separated.  Extend tests by more argument pairs that
contain special characters, where the w32 cwrapper fails.
Also test a real compiled program, linked against an uninstalled
library, to expose cwrapper issues.
* NEWS: Update.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
NEWS
libltdl/config/ltmain.m4sh
tests/execute-mode.at