Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-01-29 10:41:03 +0300
committerMike Frysinger <vapier@gentoo.org>2022-02-09 05:24:59 +0300
commite7ad3f5aa88d262d86beda22ebb8a9202f776a26 (patch)
treeaf8694cf0f829e0b3248d04513e948966f915e10 /newlib/acinclude.m4
parent34af195290f0168ea63e039028a80503865ee3f9 (diff)
newlib: switch to AM_PROG_AR
Now that we require automake-1.15, we can use this macro rather than do the tool search ourselves.
Diffstat (limited to 'newlib/acinclude.m4')
-rw-r--r--newlib/acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/acinclude.m4 b/newlib/acinclude.m4
index fcdba70b6..ba42378c9 100644
--- a/newlib/acinclude.m4
+++ b/newlib/acinclude.m4
@@ -123,7 +123,7 @@ AC_NO_EXECUTABLES
AC_REQUIRE([AC_PROG_CC])dnl
AC_REQUIRE([AC_PROG_CPP])dnl
AC_REQUIRE([AM_PROG_AS])dnl
-AC_CHECK_TOOL(AR, ar)
+AC_REQUIRE([AM_PROG_AR])dnl
AC_CHECK_TOOL(RANLIB, ranlib, :)
AC_CHECK_TOOL(READELF, readelf, :)