Handle -o w/ and w/o $EXEEXT during manifest embedding

2009-01-13 Thread Peter Rosin
Den 2009-01-13 10:39 skrev Peter Rosin: embed-manifest-exeext.patch http://lists.gnu.org/archive/html/libtool-patches/2008-09/msg0.html 2008-09-01 Peter Rosin * libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS) [ cygwin, mingw, cegcc ] : @OUTPUT@ may or may not include a

Re: Handle -o w/ and w/o $EXEEXT during manifest embedding

2008-09-01 Thread Peter Rosin
Den 2008-08-31 10:07, skrev Peter Rosin: Den 2008-08-31 09:22, skrev Ralf Wildenhues: * Peter Rosin wrote on Sun, Aug 31, 2008 at 09:11:51AM CEST: Den 2008-08-31 07:29, skrev Ralf Wildenhues: * Peter Rosin wrote on Sat, Aug 30, 2008 at 10:26:45PM CEST: During my exercise with libsndfile I fou

Re: Handle -o w/ and w/o $EXEEXT during manifest embedding

2008-08-31 Thread Peter Rosin
Den 2008-08-31 09:22, skrev Ralf Wildenhues: * Peter Rosin wrote on Sun, Aug 31, 2008 at 09:11:51AM CEST: Den 2008-08-31 07:29, skrev Ralf Wildenhues: thank you for starting a new thread on this. The other, monster thread, scares me a bit too much for wanting to dig through it. Should I repos

Re: Handle -o w/ and w/o $EXEEXT during manifest embedding

2008-08-31 Thread Ralf Wildenhues
* Peter Rosin wrote on Sun, Aug 31, 2008 at 09:11:51AM CEST: > Den 2008-08-31 07:29, skrev Ralf Wildenhues: >> >> thank you for starting a new thread on this. The other, monster thread, >> scares me a bit too much for wanting to dig through it. > > Should I repost the pending patches as new fresh

Re: Handle -o w/ and w/o $EXEEXT during manifest embedding

2008-08-31 Thread Peter Rosin
Den 2008-08-31 07:29, skrev Ralf Wildenhues: Hi Peter, thank you for starting a new thread on this. The other, monster thread, scares me a bit too much for wanting to dig through it. Should I repost the pending patches as new fresh individual messages? * Peter Rosin wrote on Sat, Aug 30, 20

Re: Handle -o w/ and w/o $EXEEXT during manifest embedding

2008-08-30 Thread Ralf Wildenhues
Hi Peter, thank you for starting a new thread on this. The other, monster thread, scares me a bit too much for wanting to dig through it. * Peter Rosin wrote on Sat, Aug 30, 2008 at 10:26:45PM CEST: > > During my exercise with libsndfile I found a problem with > the manifest embedding code. $out

Handle -o w/ and w/o $EXEEXT during manifest embedding

2008-08-30 Thread Peter Rosin
Hi! During my exercise with libsndfile I found a problem with the manifest embedding code. $output may or may not contain the trailing $EXEEXT, so the code in $postlink_cmds has to handle both cases (or some c14n has to be added to ltmain). So, here is a patch to address that. Ok to push to the