From: Ralf Wildenhues Date: Fri, 17 Mar 2006 03:59:05 +0000 (+0000) Subject: * doc/autoconf.texi (contents): To fix texi2html output, hide X-Git-Tag: AUTOCONF-2.59c~139 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2b052b0538eca787f7c33560dca01a1fd6842773;p=thirdparty%2Fautoconf.git * doc/autoconf.texi (contents): To fix texi2html output, hide `@setcontentsaftertitlepage' for HTML. (Writing Autoconf Macros): Likewise, insert space after `@c'. (Leviticus, Numbers, Deuteronomy): Likewise, change `@,c' to `@,{c}'. --- diff --git a/ChangeLog b/ChangeLog index 49988b2a1..6fbe294b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-03-17 Ralf Wildenhues + + * doc/autoconf.texi (contents): To fix texi2html output, hide + `@setcontentsaftertitlepage' for HTML. + (Writing Autoconf Macros): Likewise, insert space after `@c'. + (Leviticus, Numbers, Deuteronomy): Likewise, change `@,c' to + `@,{c}'. + 2006-03-16 Stepan Kasal * lib/m4sugar/m4sh.m4 (_AS_PREPARE): Move the IFS setup and CDPATH diff --git a/doc/autoconf.texi b/doc/autoconf.texi index d2dae6f7c..e609377b8 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -5,7 +5,9 @@ @include version.texi @settitle Autoconf @setchapternewpage odd +@ifnothtml @setcontentsaftertitlepage +@end ifnothtml @finalout @c @ovar(ARG, DEFAULT) @@ -9479,7 +9481,7 @@ explicitly from @code{AS_ORIGINAL_STDIN_FD}. @end defmac -@c=================================================== Writing Autoconf Macros. +@c =================================================== Writing Autoconf Macros. @node Writing Autoconf Macros @chapter Writing Autoconf Macros @@ -17398,7 +17400,7 @@ In the fall of 1991 I called together a group of fellow questers after the Holy Grail of portability (er, that is, alpha testers) to give me feedback as I encapsulated pieces of my handwritten scripts in M4 macros and continued to add features and improve the techniques used in the -checks. Prominent among the testers were Fran@,cois Pinard, who came up +checks. Prominent among the testers were Fran@,{c}ois Pinard, who came up with the idea of making an Autoconf shell script to run M4 and check for unresolved macro calls; Richard Pixley, who suggested running the compiler instead of searching the file system to find @@ -17433,7 +17435,7 @@ version is better, but still doesn't provide everything we need. More development occurred as people put Autoconf under more stresses (and to uses I hadn't anticipated). Karl Berry added checks for X11. -david zuhn contributed C++ support. Fran@,cois Pinard made it diagnose +david zuhn contributed C++ support. Fran@,{c}ois Pinard made it diagnose invalid arguments. Jim Blandy bravely coerced it into configuring @acronym{GNU} Emacs, laying the groundwork for several later improvements. Roland McGrath got it to configure the @acronym{GNU} C Library, wrote the @@ -17481,7 +17483,7 @@ of the program. I made the messages showing results of the checks less ambiguous, always printing a result. I regularized the names of the macros and cleaned up coding style inconsistencies. I added some auxiliary utilities that I had developed to help convert source code -packages to use Autoconf. With the help of Fran@,cois Pinard, I made +packages to use Autoconf. With the help of Fran@,{c}ois Pinard, I made the macros not interrupt each others' messages. (That feature revealed some performance bottlenecks in @acronym{GNU} M4, which he hastily corrected!) I reorganized the documentation around problems people want @@ -17489,7 +17491,7 @@ to solve. And I began a test suite, because experience had shown that Autoconf has a pronounced tendency to regress when we change it. Again, several alpha testers gave invaluable feedback, especially -Fran@,cois Pinard, Jim Meyering, Karl Berry, Rob Savoye, Ken Raeburn, +Fran@,{c}ois Pinard, Jim Meyering, Karl Berry, Rob Savoye, Ken Raeburn, and Mark Eichin. Finally, version 2.0 was ready. And there was much rejoicing. (And I