]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi: Follow the outline suggested in the GNU
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 19 Apr 2002 21:23:16 +0000 (21:23 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 19 Apr 2002 21:23:16 +0000 (21:23 +0000)
Sample Texts sections of the Texinfo 4.2 manual.  Most
importantly, this makes sure that the copyright notices appear in
all output formats.  You probably need Texinfo 4.2 to generate
the manual now.

ChangeLog

index 664cdde7e8a1b7704399cf77319f5206ab9d5888..1fd32e0017ac074c9cef6c06b4045194fc88eb27 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2002-04-19  Paul Eggert  <eggert@twinsun.com>
 
+       * doc/autoconf.texi: Follow the outline suggested in the GNU
+       Sample Texts sections of the Texinfo 4.2 manual.  Most
+       importantly, this makes sure that the copyright notices appear in
+       all output formats.  You probably need Texinfo 4.2 to generate
+       the manual now.
+
        Fix some bugs when using "$@" when there might be zero positional
        arguments in cases where this matters.