Re: wrapperdot on cygwin (was: small abstractions: func_source, func_execute_cmds)

2005-08-10 Thread Eric Blake
> Thanks for this information! So when have things changed between > http://lists.gnu.org/archive/html/libtool-patches/2003-01/msg9.html > and now? I mean, Charles won't have introduced this for no reason, with > this detailed comment added to it, and explaining this: > | There are two places

Re: wrapperdot on cygwin (was: small abstractions: func_source, func_execute_cmds)

2005-08-10 Thread Eric Blake
> > > > This is wrong for cygwin. For starters, cygwin does not auto-append .exe > > when > > sourcing a file, but correctly sources the filename as it was spelled. > > (.exe > > is auto-appended when exec()ing an executable, but sourcing is different > > from > > exec()ing.) > > Thanks f

wrapperdot on cygwin (was: small abstractions: func_source, func_execute_cmds)

2005-08-10 Thread Ralf Wildenhues
Hi Eric, * Eric Blake wrote on Wed, Aug 10, 2005 at 04:47:05PM CEST: > Ralf Wildenhues gmx.de> writes: > > > +# func_source file noexe > > +# Source FILE, adding directory component if necessary. > > +# If noexe is given, add a dot to prevent `$file.exe' from > > +# being sourced on system with

Re: small abstractions: func_source,func_execute_cmds

2005-08-10 Thread Eric Blake
Ralf Wildenhues gmx.de> writes: > +# func_source file noexe > +# Source FILE, adding directory component if necessary. > +# If noexe is given, add a dot to prevent `$file.exe' from > +# being sourced on system with automatic-append-.exe behavior. > +func_source () > +{ > +$opt_debug > +ca

RE: change ac_ext (was: MSYS+MSVC for libtool branch-2-0, take 7)

2005-08-10 Thread Peter Ekberg
Ralf Wildenhues wrote: > Hi Noah, Peter, > > * Noah Misch wrote on Wed, Aug 10, 2005 at 02:51:48AM CEST: > > On Fri, Aug 05, 2005 at 05:53:14PM +0200, Ralf Wildenhues wrote: > > > * Peter Ekberg wrote on Fri, Jul 22, 2005 at 09:37:47AM CEST: > > > *snip* > > > > So, I made this dirty change: > >

Re: reorganized config.status

2005-08-10 Thread Stepan Kasal
Hello Ralf, no, I don't think using ac_config_headers is a good idea. First, let me return to your original code: | m4_ifset([AC_LIST_HEADERS], | [CONFIG_H=`echo "AC_LIST_HEADERS" | $SED 's,^[[ ]]*,,;s,[[ :]].*$,,'`], | [CONFIG_H=config.h;AC_CONFIG_HEADERS([config.h])]) I think th