]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (autoheader Invocation): Do not double-
authorStepan Kasal <kasal@ucw.cz>
Wed, 6 Dec 2006 13:08:02 +0000 (13:08 +0000)
committerStepan Kasal <kasal@ucw.cz>
Wed, 6 Dec 2006 13:08:02 +0000 (13:08 +0000)
quote the parameter of `AH_BOTTOM' in the example.

ChangeLog
doc/autoconf.texi

index cc564d09b358e0cadfc776b6416c2e28c433f4ef..8375769a7f9913ae9d123539e6874a60ca97afb1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
index ef447a3302022be6786ae174253e2ad9e5de4bff..dacbabc05cb43a27426544be409e8e8582772296 100644 (file)
@@ -3032,7 +3032,7 @@ input file name, @command{autoheader} uses the first one.)
 
 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.