* doc/autoconf.texi (AC_ACT_IFELSE vs AC_TRY_ACT): Fix typo.

Signed-off-by: Ralf Wildenhues <[email protected]>
---

Hi Eric,

not applying this as obvious in order not to bother release work.

Thanks,
Ralf

 ChangeLog         |    5 +++++
 doc/autoconf.texi |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index a9ee195..14feb76 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-07-20  Ralf Wildenhues  <[email protected]>
+
+       Fix typo in the manual.
+       * doc/autoconf.texi (AC_ACT_IFELSE vs AC_TRY_ACT): Fix typo.
+
 2010-07-19  Eric Blake  <[email protected]>
 
        Fix up AC_INIT vs. " issues, and document it.
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 8d0f7d3..cba4b1b 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -23291,7 +23291,7 @@ AC_ACT_IFELSE vs AC_TRY_ACT
 @acindex{t...@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:
-- 
1.7.2.rc3.47.g996ce


Reply via email to