From: Paul Eggert Date: Tue, 22 Jul 2003 17:05:11 +0000 (+0000) Subject: Fix minor English typo. From Stepan Kasal. X-Git-Tag: AUTOCONF-2.57b~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41f99f329ba791bc2cc95c2bdcc3b9f3cbdfdefb;p=thirdparty%2Fautoconf.git Fix minor English typo. From Stepan Kasal. --- diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 8f459e76..69e8ceee 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -14030,7 +14030,7 @@ Note that @code{U} must not be used in your Makefiles. 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 the other one hand and @code{AC_LANG_SOURCES}, +@code{AC_RUN_IFELSE} on one hand and @code{AC_LANG_SOURCES}, 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: