quote the parameter of `AH_BOTTOM' in the example.
+2006-12-06 Stepan Kasal <kasal@ucw.cz>
+
+ * doc/autoconf.texi (autoheader Invocation): Do not double-
+ quote the parameter of `AH_BOTTOM' in the example.
+
2006-12-05 Stepan Kasal <kasal@ucw.cz>
* doc/autoconf.texi (Configuration Headers): Remove the
It is recommended that only one input file is used. If you want to append
a boilerplate code, it is preferable to use
-@samp{AH_BOTTOM([[#include <conf_post.h>]])}.
+@samp{AH_BOTTOM([#include <conf_post.h>])}.
File @file{conf_post.h} is not processed during the configuration then,
which make things clearer. Analogically, @code{AH_TOP} can be used to
prepend a boilerplate code.