From 41f99f329ba791bc2cc95c2bdcc3b9f3cbdfdefb Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 22 Jul 2003 17:05:11 +0000 Subject: [PATCH] Fix minor English typo. From Stepan Kasal. --- doc/autoconf.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.47.2