]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (Header Templates): Put also in words what the
authorAkim Demaille <akim@epita.fr>
Tue, 29 Oct 2002 13:07:18 +0000 (13:07 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 29 Oct 2002 13:07:18 +0000 (13:07 +0000)
pictures says to assist free style readers.
(Customizing autom4te): s/--cache=/--cache /.

ChangeLog
doc/autoconf.texi

index 7cf29e9c7e6ef94da05b1533246826fc158afde7..099a988823dc5df51c717425cd1916cc21056b08 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-10-29  Akim Demaille  <akim@epita.fr>
+
+       * doc/autoconf.texi (Header Templates): Put also in words what the
+       pictures says to assist free style readers.
+       (Customizing autom4te): s/--cache=/--cache /.
+
 2002-10-29  Akim Demaille  <akim@epita.fr>
 
        * lib/autoconf/functions.m4 (_AC_FUNC_VFORK): Include stdlib.h and
index acae17bfbe649ad4847bc2e28c43e7c03c7b3c27..45de3c955b612e3cf379d35761253bf55d6f5b8f 100644 (file)
@@ -2471,8 +2471,9 @@ commented out (in case the system predefines that symbol).
 @end group
 @end example
 
-You can then decode the configuration header using the preprocessor
-directives:
+Pay attention that @samp{#undef} is in the first column, and there is
+nothing behind @samp{HAVE_UNISTD_H}, not even white spaces.  You can
+then decode the configuration header using the preprocessor directives:
 
 @example
 @group
@@ -2487,7 +2488,9 @@ directives:
 @end example
 
 The use of old form templates, with @samp{#define} instead of
-@samp{#undef} is strongly discouraged.
+@samp{#undef} is strongly discouraged.  Similarly with old templates
+with comments on the same line as the @samp{#undef}.  Anyway, putting
+comments in preprocessor macros has never been a good idea.
 
 Since it is a tedious task to keep a template header up to date, you may
 use @command{autoheader} to generate it, see @ref{autoheader Invocation}.
@@ -7679,7 +7682,7 @@ globally, include the following lines in @file{~/.autom4te.cfg}:
 ## ------------------ ##
 
 begin-language: "Autoconf"
-args: --cache=''
+args: --cache ''
 end-language: "Autoconf"
 @end verbatim