]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (Autoheader Macros): Fix syntax error.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 14 Oct 2006 09:54:32 +0000 (09:54 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 14 Oct 2006 09:54:32 +0000 (09:54 +0000)
ChangeLog
doc/autoconf.texi

index 8192f72263ffd2af3ae28f610a18f316836126b9..d91fe9d25a592ede50e8f77a20316f4c14493893 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * doc/autoconf.texi (Autoheader Macros): Fix syntax error.
+
 2006-10-13  Stepan Kasal  <kasal@ucw.cz>
 
        * doc/autoconf.texi (Autoheader Macros): Warn that the text
index a62b7178f753ad3a6d4cc002907078202d2997b9..08874977768e93292a000dc083b7e834207ff128 100644 (file)
@@ -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})