]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
autoconf: fix typo in description generated by AC_RUN_IFELSE
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 12 May 2014 05:15:40 +0000 (22:15 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 12 May 2014 05:16:03 +0000 (22:16 -0700)
* lib/autoconf/general.m4 (_AC_RUN_IFELSE): "run" not "link"
in description.

lib/autoconf/general.m4

index 86c1e73a92f6dcaf970665436950a3391e600d1c..e2e9b6a7879d13435ad490f364a6eab8bbd55249 100644 (file)
@@ -2778,7 +2778,7 @@ m4_define([_AC_RUN_IFELSE_BODY],
 AC_DEFUN([_AC_RUN_IFELSE],
 [AC_REQUIRE_SHELL_FN([ac_fn_]_AC_LANG_ABBREV[_try_run],
   [AS_FUNCTION_DESCRIBE([ac_fn_]_AC_LANG_ABBREV[_try_run], [LINENO],
-    [Try to link conftest.$ac_ext, and return whether this succeeded.
+    [Try to run conftest.$ac_ext, and return whether this succeeded.
      Assumes that executables *can* be run.])],
   [$0_BODY])]dnl
 [m4_ifvaln([$1], [AC_LANG_CONFTEST([$1])])]dnl