]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Fix minor English typo. From Stepan Kasal.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 22 Jul 2003 17:05:11 +0000 (17:05 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 22 Jul 2003 17:05:11 +0000 (17:05 +0000)
doc/autoconf.texi

index 8f459e7677b5e724454eaa2f560275827f6e8f39..69e8ceeed44f7da28d5280413d809030bdb77034 100644 (file)
@@ -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: