Re: MSYS+MSVC for libtool branch-2-0, take 2

2005-06-27 Thread Ralf Wildenhues
Hi Peter, I'm very sorry it took me so long to write this email. Nice to see you are making progress. :) * Peter Ekberg wrote on Fri, Jun 17, 2005 at 03:15:33PM CEST: > Ralf Wildenhues wrote: > > * Peter Ekberg wrote on Fri, Jun 10, 2005 at 10:57:33PM CEST: > > > Ralf Wildenhues wrote: > > > >

FYI: loop in libtool m4 macros

2005-06-27 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Wed, Jun 22, 2005 at 06:45:35PM CEST: > > > > > 3) > > > > m4/ltoptions.m4 > > > > > m4_define([_LT_SET_OPTIONS], > > > > > -[AC_FOREACH([_LT_Option], [$1], [...] > > > > > +[m4_if([$1], [], [], > > > > > + [AC_FOREACH([_LT_Option], [$1], [...] > > > > > > > > Th

Re: FYI: loop in libtool m4 macros

2005-06-27 Thread Stepan Kasal
Hi, On Wed, Jun 22, 2005 at 06:45:35PM +0200, Ralf Wildenhues wrote: > [ Unintentional private reply? ] yes, sorry. Thank you for citing it here. > > m4_quote doesn't do what it should, as it uses [$*]. > > That means that all whitespace after commas is stripped. > > Is this a bug in m4_quote?

FYI: ChangeLog pedantry [libtool--devo--1.0--patch-165]

2005-06-27 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 If you are seeing this, then I have my libtool development environment back online! :-D Applied to HEAD and similar to branch-2-0. * looking for [EMAIL PROTECTED]/libtool--devo--1.0--patch-164 to compare with * comparing to [EMAIL PROTECTED]/libt

Re: FYI: loop in libtool m4 macros

2005-06-27 Thread Stepan Kasal
Hello, On Mon, Jun 27, 2005 at 12:08:18PM +0200, Ralf Wildenhues wrote: > Applied to HEAD and branch-2-0. (Only this part, so far.) > > > -[m4_if([$1], [], [], > > - [AC_FOREACH([_LT_Option], [$1], > > +[AC_FOREACH([_LT_Option], [$1], thanks. When you are at it, I also propose the patch

Re: FYI: ChangeLog pedantry [libtool--devo--1.0--patch-165]

2005-06-27 Thread Ralf Wildenhues
Hi Gary, * Gary V. Vaughan wrote on Mon, Jun 27, 2005 at 12:46:36PM CEST: > > If you are seeing this, I am. :) > then I have my libtool development environment back online! :-D You are. :) > Applied to HEAD and similar to branch-2-0. Is there a rationale behind this? We don't have a gener

Re: FYI: ChangeLog pedantry [libtool--devo--1.0--patch-165]

2005-06-27 Thread Gary V. Vaughan
Ralf Wildenhues wrote: Hi Gary, Hi Ralf! * Gary V. Vaughan wrote on Mon, Jun 27, 2005 at 12:46:36PM CEST: If you are seeing this, I am. :) Me too. Hurray! ;o) Applied to HEAD and similar to branch-2-0. Is there a rationale behind this? We don't have a general 72-column wrap rule

FYI: loop in libtool m4 macros

2005-06-27 Thread Ralf Wildenhues
Hi Stepan, * Stepan Kasal wrote on Mon, Jun 27, 2005 at 12:42:50PM CEST: > On Mon, Jun 27, 2005 at 12:08:18PM +0200, Ralf Wildenhues wrote: > > Applied to HEAD and branch-2-0. (Only this part, so far.) > > > > > -[m4_if([$1], [], [], > > > - [AC_FOREACH([_LT_Option], [$1], > > > +[AC_FOREA

Re: FYI: ChangeLog pedantry [libtool--devo--1.0--patch-165]

2005-06-27 Thread Ralf Wildenhues
Hi Gary, * Gary V. Vaughan wrote on Mon, Jun 27, 2005 at 01:55:15PM CEST: > Ralf Wildenhues wrote: > >* Gary V. Vaughan wrote on Mon, Jun 27, 2005 at 12:46:36PM CEST: > > >>Applied to HEAD and similar to branch-2-0. > > > >Is there a rationale behind this? We don't have a general 72-column > >w

Re: MSYS+MSVC for libtool branch-2-0, take 2

2005-06-27 Thread Charles Wilson
Ralf Wildenhues wrote: * Peter Ekberg wrote on Fri, Jun 17, 2005 at 03:15:33PM CEST: Yes. That, and I'm unsure of if there are any patches needed for Cygwin (which I guess I would be using to bootstrap) and since Cygwin has a strange side-by-side installation of autotools. Not anymore. Or, we

Re: FYI: ChangeLog pedantry [libtool--devo--1.0--patch-165]

2005-06-27 Thread Gary V. Vaughan
Hallo Ralf! Ralf Wildenhues wrote: * When in doubt, check that emacs can syntax-color properly in change-log-mode. Oh. OK. Well, me no emacs user. Hope you don't mind correcting me once in a while, I don't think I'll remember to consistently do this. :-o "me no emacs user. Hope you d

Re: FYI: loop in libtool m4 macros

2005-06-27 Thread Gary V. Vaughan
Ralf Wildenhues wrote: Stepan Kasal wrote on Mon, Jun 27, 2005 at 12:42:50PM CEST: > AC_FOREACH was never documented, so there is no problem if you replace > it by three other undocumented macros. ;-) Well, since the patch is endorsed by an Autoconf author (namely, you :) I reckon we can only w

FYI: loop in libtool m4 macros

2005-06-27 Thread Ralf Wildenhues
Hi Stepan, * Stepan Kasal wrote on Mon, Jun 27, 2005 at 12:34:12PM CEST: > On Wed, Jun 22, 2005 at 06:45:35PM +0200, Ralf Wildenhues wrote: > *snip nice explanations* > But: > There are two cases when the second argument to m4_default is not > double quoted; I think these should be fixed. > > S

Re: FYI: loop in libtool m4 macros

2005-06-27 Thread Stepan Kasal
Hi Ralf, On Mon, Jun 27, 2005 at 04:55:18PM +0200, Ralf Wildenhues wrote: > > So I propose the following patch. > > I agree, and have committed it to HEAD and branch-2-0. thank you for committing this patch. (And also the other one I posted today.) Stepan

Re: FYI: loop in libtool m4 macros

2005-06-27 Thread Ralf Wildenhues
Hi Gary, I've put autoconf-patches back in -- they are the target of this. :) * Gary V. Vaughan wrote on Mon, Jun 27, 2005 at 03:58:43PM CEST: > Ralf Wildenhues wrote: > >Stepan Kasal wrote on Mon, Jun 27, 2005 at 12:42:50PM CEST: > >> AC_FOREACH was never documented, so there is no problem if y

Re: Patches for Mingw/MSYS

2005-06-27 Thread earnie
heromyth yahoo.com.cn> writes: > I think I understand what you said. However, the fact is I have solve > some little problem in Mingw/msys using this patch. For example, without > this patch, I can't make successful installation with gettext-cvs(I > configured with --enable-shared), and can't

Re: Patch libtool for m4 cvs in mingw/msys

2005-06-27 Thread earnie
Ralf Wildenhues gmx.de> writes: > > > > ../m4/configure -C --prefix=/usr --disable-nls --disable-shared > > > > works. So there is no need to do this patch, just delete > > /etc/config.site. > > Who created /etc/config.site (resp. which software package contains the > one you had installed) a

Re: Patch libtool for m4 cvs in mingw/msys

2005-06-27 Thread Ralf Wildenhues
Hi Earnie, * earnie wrote on Tue, Jun 28, 2005 at 02:16:54AM CEST: > Ralf Wildenhues gmx.de> writes: > > > > Who created /etc/config.site (resp. which software package contains the > > one you had installed) and what are its contents? > > > > I did, a long time ago. It was to resolve issues i