]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Fix typo in the manual.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 20 Jul 2010 03:36:38 +0000 (05:36 +0200)
committerEric Blake <eblake@redhat.com>
Tue, 20 Jul 2010 13:06:55 +0000 (07:06 -0600)
* doc/autoconf.texi (AC_ACT_IFELSE vs AC_TRY_ACT): Fix typo.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
doc/autoconf.texi

index a9ee19540319c0c7ac626fa56afa637b957fa34f..14feb764d3c14a6df9c17deac6818f862bfe1495 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-07-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       Fix typo in the manual.
+       * doc/autoconf.texi (AC_ACT_IFELSE vs AC_TRY_ACT): Fix typo.
+
 2010-07-19  Eric Blake  <eblake@redhat.com>
 
        Fix up AC_INIT vs. " issues, and document it.
index 8d0f7d3e5851c434e0b51240ba85cd48f3e83244..cba4b1b1cff15b1f7fd297e7119546146bf71efc 100644 (file)
@@ -23291,7 +23291,7 @@ The @code{LIBOBJDIR} feature is experimental.
 @acindex{TRY_@var{ACT}}
 Since Autoconf 2.50, internal codes uses @code{AC_PREPROC_IFELSE},
 @code{AC_COMPILE_IFELSE}, @code{AC_LINK_IFELSE}, and
-@code{AC_RUN_IFELSE} on one hand and @code{AC_LANG_SOURCES},
+@code{AC_RUN_IFELSE} on one hand and @code{AC_LANG_SOURCE},
 and @code{AC_LANG_PROGRAM} on the other hand instead of the deprecated
 @code{AC_TRY_CPP}, @code{AC_TRY_COMPILE}, @code{AC_TRY_LINK}, and
 @code{AC_TRY_RUN}.  The motivations where: