* acgeneral.m4 (AC_CHECK_TOOLS): Don't require

AC_CHECK_TOOL_PREFIX, it's dead.
This commit is contained in:
Akim Demaille 2000-05-26 15:50:04 +00:00
parent ab2250c3b1
commit b2ec218aa8
2 changed files with 2 additions and 4 deletions

View File

@ -2629,8 +2629,7 @@ fi])
# prefix. If none can be found with a cross prefix, then use
# the first one that was found without the cross prefix.
AC_DEFUN([AC_CHECK_TOOLS],
[AC_REQUIRE([AC_CHECK_TOOL_PREFIX])dnl
ac_check_tools_first_found=
[ac_check_tools_first_found=
for ac_prog in $2
do
AC_CHECK_PROG([$1], ${ac_tool_prefix}$ac_prog,

View File

@ -2629,8 +2629,7 @@ fi])
# prefix. If none can be found with a cross prefix, then use
# the first one that was found without the cross prefix.
AC_DEFUN([AC_CHECK_TOOLS],
[AC_REQUIRE([AC_CHECK_TOOL_PREFIX])dnl
ac_check_tools_first_found=
[ac_check_tools_first_found=
for ac_prog in $2
do
AC_CHECK_PROG([$1], ${ac_tool_prefix}$ac_prog,