(_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.
This commit is contained in:
Jim Meyering 2000-03-10 11:32:08 +00:00
parent 47f8108881
commit cad1316125
2 changed files with 4 additions and 4 deletions

View File

@ -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}-

View File

@ -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}-