From: Jim Meyering Date: Fri, 10 Mar 2000 11:32:08 +0000 (+0000) Subject: (_AC_CHECK_TOOL_PREFIX): Correct typos in definition: X-Git-Tag: autoconf-2.50~1069 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cad1316125362c754f092d7e433dfb2bd50453a2;p=thirdparty%2Fautoconf.git (_AC_CHECK_TOOL_PREFIX): Correct typos in definition: add `_' prefix to make the function name match comments and existing uses. Remove leading prefix from _AC_CANONICAL_HOST. --- diff --git a/acgeneral.m4 b/acgeneral.m4 index 26a067780..f7c12ff5c 100644 --- a/acgeneral.m4 +++ b/acgeneral.m4 @@ -2293,8 +2293,8 @@ ifval([$3], [test -n "[$]$1" || $1="$3" # _AC_CHECK_TOOL_PREFIX # --------------------- -AC_DEFUN(AC_CHECK_TOOL_PREFIX, -[AC_REQUIRE([_AC_CANONICAL_HOST])dnl +AC_DEFUN(_AC_CHECK_TOOL_PREFIX, +[AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([_AC_CANONICAL_BUILD])dnl if test $host != $build; then ac_tool_prefix=${host_alias}- diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index 26a067780..f7c12ff5c 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -2293,8 +2293,8 @@ ifval([$3], [test -n "[$]$1" || $1="$3" # _AC_CHECK_TOOL_PREFIX # --------------------- -AC_DEFUN(AC_CHECK_TOOL_PREFIX, -[AC_REQUIRE([_AC_CANONICAL_HOST])dnl +AC_DEFUN(_AC_CHECK_TOOL_PREFIX, +[AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([_AC_CANONICAL_BUILD])dnl if test $host != $build; then ac_tool_prefix=${host_alias}-