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: 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