Repost: [PATCH] [cygwin|mingw] Create UAC manifest files.

2010-02-20 Thread Charles Wilson
2010-02-21 Yaakov Selkowitz <...> Charles Wilson <...> [cygwin|mingw] Create UAC manifest files. * libltdl/config/ltmain.m4sh (func_emit_exe_manifest): New function. (func_mode_link) [cygwin|mingw]: Create manifest files for wrapper and targe

Repost: [PATCH] Document wrapper changes.

2010-02-20 Thread Charles Wilson
2010-02-21 Charles Wilson <...> Document wrapper changes. * NEWS: Indicate new feature and incompatibility. * doc/libtool.texi [Linking executables]: Mention wrapper executables, in addition to wrapper scripts. Add menu referencing subsection 'Wrapper execu

Re: [PATCH] Add --lt-* options to shell wrapper

2010-02-20 Thread Charles Wilson
Ralf Wildenhues wrote: > * Charles Wilson wrote on Fri, Feb 19, 2010 at 03:48:45AM CET: >> 2010-02-18 Charles Wilson <...> >> >> Add --lt-* options to shell wrapper >> * libltdl/config/ltmain.m4sh (func_emit_wrapper): Call >> func_parse_lt_options early. Use func_exec_program. >>

Re: [PATCH] Enable runtime cwrapper debugging; add tests

2010-02-20 Thread Charles Wilson
Ralf Wildenhues wrote: > This patch is ok to commit with nits below addressed as you see fit; > no need for further review. Thanks for the review. > >> --- a/libltdl/config/ltmain.m4sh >> +++ b/libltdl/config/ltmain.m4sh >> >> -const char *program_name = NULL; >> +const char *program_name = "

Re: [PATCH] Enable runtime cwrapper debugging; add tests

2010-02-20 Thread Ralf Wildenhues
Hi Charles, * Charles Wilson wrote on Fri, Feb 19, 2010 at 03:48:40AM CET: > Enable runtime cwrapper debugging; add tests > * libltdl/config/ltmain.m4sh (func_emit_cwrapperexe_src): > Update comments. Initialize program_name. Eliminate _LENGTH > variables for string constan

Re: [PATCH] Add --lt-* options to shell wrapper

2010-02-20 Thread Ralf Wildenhues
Hi Charles, * Charles Wilson wrote on Fri, Feb 19, 2010 at 03:48:45AM CET: > 2010-02-18 Charles Wilson <...> > > Add --lt-* options to shell wrapper > * libltdl/config/ltmain.m4sh (func_emit_wrapper): Call > func_parse_lt_options early. Use func_exec_program. > (func_emi

Re: Make deplibs check fallback work for 64-bit Windows and Windows CE

2010-02-20 Thread Ralf Wildenhues
[ dropping libtool@ ] Hi Pierre, thanks for the report and patch! * Pierre Ossman wrote on Mon, Feb 15, 2010 at 11:01:40AM CET: > The "normal" check was fixed some time ago, but the fallback code was > overlooked. This patch fixes that as well. So that means you've encountered it with some code

Re: patch to fix haiku directory in libtool.m4

2010-02-20 Thread Ralf Wildenhues
Hi Scott, * scott mc wrote on Wed, Feb 17, 2010 at 09:14:55PM CET: > Haiku has changed their legacy /boot/beos/system directory to be just > /boot/system, this patch makes that change in libtool.m4 Thanks for the patch. What about users of older systems, where the change has not been done yet?