Re: FYI: loop in libtool m4 macros

2005-06-28 Thread Stepan Kasal
Hi, On Mon, Jun 27, 2005 at 06:21:48PM +0200, Ralf Wildenhues wrote: > > ... where reasonable submit documentation patches to the > > Autoconf folks. > > > > m4sugar.m4 at least should have a documented API that libtool and others > > can use... > > Surely. I'm not volunteering for the docume

Re: documenting m4sugar.m4 [WAS: loop in libtool m4 macros]

2005-06-28 Thread Gary V. Vaughan
Stepan Kasal wrote: Hi, Howdy! On Mon, Jun 27, 2005 at 06:21:48PM +0200, Ralf Wildenhues wrote: > m4_defun > m4_require Why do you use these and not AC_DEFUN and AC_REQUIRE? But I agree that these should be documented, for the non-Autoconf applications of m4sugar and m4sh. In order to hide

Re: documenting m4sugar.m4 [WAS: loop in libtool m4 macros]

2005-06-28 Thread Stepan Kasal
Hello Gary, On Tue, Jun 28, 2005 at 10:58:05AM +0100, Gary V. Vaughan wrote: > In order to hide some of our internal macros from aclocal, they are > defined with m4_defun. Thanks for explanation. Interesting. Since aclocal doesn't do any tracing, the following could work too: m4_copy([AC_DEFUN]

Re: FYI: loop in libtool m4 macros

2005-06-28 Thread Ralf Wildenhues
Hi Stepan, * Stepan Kasal wrote on Tue, Jun 28, 2005 at 11:22:00AM CEST: > On Mon, Jun 27, 2005 at 06:21:48PM +0200, Ralf Wildenhues wrote: > > > ... where reasonable submit documentation patches to the > > > Autoconf folks. > > > > > > m4sugar.m4 at least should have a documented API that libto

A few tiny patches

2005-06-28 Thread Stepan Kasal
Hi all, the following three tiny patches still waited on my disk. Stepan 2005-06-28 Stepan Kasal <[EMAIL PROTECTED]> * clcommit.m4sh: "grep|sed" can be replaced by mere "sed". * m4/libtool.m4 (_LT_LIBTOOL_TAGS): Remove unnnecessary "[]". * m4/lt~obsolete.m4: Use m4_ifnd