Re: Patch: init.m4

2000-05-02 Thread Jim Meyering
Hi! Akim Demaille <[EMAIL PROTECTED]> writes: ... | | +[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package.]) | | +AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package.])]) | | Hm, is it because you differentiate sentences from labels? It is true | that most other entries

Re: Patch: init.m4

2000-05-02 Thread Akim Demaille
Hi Jim! | Akim Demaille <[EMAIL PROTECTED]> writes: | | Maybe this patch could be rejected/discussed/applied? | | I've applied it. But removed the periods you added here: Thanks! | +[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package.]) | +AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [V

Re: Patch: init.m4

2000-05-01 Thread Jim Meyering
Akim Demaille <[EMAIL PROTECTED]> writes: | Maybe this patch could be rejected/discussed/applied? I've applied it. But removed the periods you added here: +[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package.]) +AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package.])])

Re: Patch: init.m4

2000-04-20 Thread Akim Demaille
Maybe this patch could be rejected/discussed/applied? | Index: m4/init.m4 | === | RCS file: /cvs/automake/automake/m4/init.m4,v | retrieving revision 1.17 | diff -u -r1.17 init.m4 | --- init.m4 1999/11/23 05:08:42 1.17 | +++ i

Patch: init.m4

2000-04-13 Thread Akim Demaille
I've already sent this patch, but it has not been applied yet. Here is an updated version. Akim Index: ChangeLog from Akim Demaille <[EMAIL PROTECTED]> * m4/init.m4 (AC_PROVIDE_IFELSE): If it is not defined, do it. (AM_INIT_AUTOMAKE): Update the writing con