]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* acgeneral.m4 (AC_CHECK_TOOLS): Don't require
authorAkim Demaille <akim@epita.fr>
Fri, 26 May 2000 15:50:04 +0000 (15:50 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 26 May 2000 15:50:04 +0000 (15:50 +0000)
AC_CHECK_TOOL_PREFIX, it's dead.

acgeneral.m4
lib/autoconf/general.m4

index 86dcb013e1ce62e40771ff370971dfc3b79f4122..164e1db60177104ba5d2eacf542f31ff3b1a018d 100644 (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,
index 86dcb013e1ce62e40771ff370971dfc3b79f4122..164e1db60177104ba5d2eacf542f31ff3b1a018d 100644 (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,