mirror of
git://git.sv.gnu.org/autoconf
synced 2025-02-17 14:01:27 +08:00
* acgeneral.m4 (AC_CHECK_TOOLS): Don't require
AC_CHECK_TOOL_PREFIX, it's dead.
This commit is contained in:
parent
ab2250c3b1
commit
b2ec218aa8
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user