Hello,

On Fri, Jan 12, 2007 at 10:49:14AM -0800, Paul Eggert wrote:
> Stepan Kasal <[EMAIL PROTECTED]> writes:
> > -* autoconf: (autoconf)autoconf Invocation.
> > +* autoconf invocation: (autoconf)autoconf Invocation.
> >                                  How to create configuration scripts
> 
> That's fine with me.

I committed this change to doc/autoconf.texi long ago, on 2007-01-15.
Unfortunately, with a wrong changelog entry, so I corrected it:

Index: ChangeLog
===================================================================
RCS file: /cvsroot/autoconf/autoconf/ChangeLog,v
retrieving revision 1.3166
diff -u -r1.3166 ChangeLog
--- ChangeLog   6 Mar 2007 07:30:17 -0000       1.3166
+++ ChangeLog   9 Mar 2007 19:35:52 -0000
@@ -125,8 +125,7 @@
 
 2007-01-15  Stepan Kasal  <[EMAIL PROTECTED]>
 
-       * doc/autoconf.texi (Specifying Names): `--host' does not
-       change the build type.
+       * doc/autoconf.texi: Direntry for "autoconf Invocation" renamed.
 
 2007-01-11  Ralf Wildenhues  <[EMAIL PROTECTED]>
 

Moreover, when I comitted that patch, it was a mistake.
I think it's slightly better to use the name "autoconf-invocation"
instead, so that one can use "info autoconf-i" on cmdline, without
any quoting.

Would you agree with the patch attached below?

Have a nice day,
        Stepan Kasal
2007-03-09  Stepan Kasal  <[EMAIL PROTECTED]>

        * doc/autoconf.texi: Direntry for "autoconf Invocation"
        renamed to "autoconf-invocation"

Index: doc/autoconf.texi
===================================================================
RCS file: /cvsroot/autoconf/autoconf/doc/autoconf.texi,v
retrieving revision 1.1134
diff -u -r1.1134 autoconf.texi
--- doc/autoconf.texi   6 Mar 2007 07:30:17 -0000       1.1134
+++ doc/autoconf.texi   9 Mar 2007 19:36:13 -0000
@@ -213,7 +213,7 @@
 * autoscan: (autoconf)autoscan Invocation.
                                 Semi-automatic @file{configure.ac} writing
 * ifnames: (autoconf)ifnames Invocation.        Listing conditionals in source.
-* autoconf invocation: (autoconf)autoconf Invocation.
+* autoconf-invocation: (autoconf)autoconf Invocation.
                                 How to create configuration scripts
 * autoreconf: (autoconf)autoreconf Invocation.
                                 Remaking multiple @command{configure} scripts

Reply via email to