From: Stepan Kasal Date: Wed, 6 Dec 2006 13:08:02 +0000 (+0000) Subject: * doc/autoconf.texi (autoheader Invocation): Do not double- X-Git-Tag: AUTOCONF-2.61a~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f64d37a6e3f7a564f6496500179600577b94cacc;p=thirdparty%2Fautoconf.git * doc/autoconf.texi (autoheader Invocation): Do not double- quote the parameter of `AH_BOTTOM' in the example. --- diff --git a/ChangeLog b/ChangeLog index cc564d09..8375769a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-12-06 Stepan Kasal + + * doc/autoconf.texi (autoheader Invocation): Do not double- + quote the parameter of `AH_BOTTOM' in the example. + 2006-12-05 Stepan Kasal * doc/autoconf.texi (Configuration Headers): Remove the diff --git a/doc/autoconf.texi b/doc/autoconf.texi index ef447a33..dacbabc0 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -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 ]])}. +@samp{AH_BOTTOM([#include ])}. 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.