From: Ralf Wildenhues Date: Tue, 20 Jul 2010 03:36:38 +0000 (+0200) Subject: Fix typo in the manual. X-Git-Tag: v2.67~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4d629f5b5c19b71c3d0cebe284c5343742e41e5;p=thirdparty%2Fautoconf.git Fix typo in the manual. * doc/autoconf.texi (AC_ACT_IFELSE vs AC_TRY_ACT): Fix typo. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index a9ee1954..14feb764 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-07-20 Ralf Wildenhues + + Fix typo in the manual. + * doc/autoconf.texi (AC_ACT_IFELSE vs AC_TRY_ACT): Fix typo. + 2010-07-19 Eric Blake Fix up AC_INIT vs. " issues, and document it. diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 8d0f7d3e..cba4b1b1 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -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: