From: Akim Demaille Date: Fri, 26 May 2000 15:50:04 +0000 (+0000) Subject: * acgeneral.m4 (AC_CHECK_TOOLS): Don't require X-Git-Tag: autoconf-2.50~853 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2ec218aa8c355d5b194d1c6ee24ed22dfc431ef;p=thirdparty%2Fautoconf.git * acgeneral.m4 (AC_CHECK_TOOLS): Don't require AC_CHECK_TOOL_PREFIX, it's dead. --- diff --git a/acgeneral.m4 b/acgeneral.m4 index 86dcb013e..164e1db60 100644 --- a/acgeneral.m4 +++ b/acgeneral.m4 @@ -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, diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index 86dcb013e..164e1db60 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -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,