From: Ralf Wildenhues Date: Sat, 14 Oct 2006 09:54:32 +0000 (+0000) Subject: * doc/autoconf.texi (Autoheader Macros): Fix syntax error. X-Git-Tag: AUTOCONF-2.60b~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c556e3a0bbe81e454fb510dffb819ecacf3da0b;p=thirdparty%2Fautoconf.git * doc/autoconf.texi (Autoheader Macros): Fix syntax error. --- diff --git a/ChangeLog b/ChangeLog index 8192f7226..d91fe9d25 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-10-14 Ralf Wildenhues + + * doc/autoconf.texi (Autoheader Macros): Fix syntax error. + 2006-10-13 Stepan Kasal * doc/autoconf.texi (Autoheader Macros): Warn that the text diff --git a/doc/autoconf.texi b/doc/autoconf.texi index a62b7178f..088749777 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -3180,6 +3180,7 @@ Tell @command{autoheader} to include the @var{template} as-is in the header template file. This @var{template} is associated with the @var{key}, which is used to sort all the different templates and guarantee their uniqueness. It should be a symbol that can be defined via @code{AC_DEFINE}. +@end defmac @defmac AH_TOP (@var{text})