+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
@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
@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}.
## ------------------ ##
begin-language: "Autoconf"
-args: --cache=''
+args: --cache ''
end-language: "Autoconf"
@end verbatim