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-02-05 10:22:54 +0300
committerMike Frysinger <vapier@gentoo.org>2022-02-09 06:18:06 +0300
commit401e68c664fe1e8377ef7f8ab59d5ab4a13942da (patch)
treeef7f3f5f1a2527a1e6ee559170efcc5ad5486d0b /newlib/acinclude.m4
parent985c8f35921b090f72d27321a197d3d72485c045 (diff)
newlib: switch to standard AC_PROG_RANLIB
This is basically a noop, but switch to the autoconf macro for finding a suitable ranlib tool.
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 5c1ff260c..ba6e0464c 100644
--- a/newlib/acinclude.m4
+++ b/newlib/acinclude.m4
@@ -124,7 +124,7 @@ AC_REQUIRE([AC_PROG_CC])dnl
AC_REQUIRE([AC_PROG_CPP])dnl
AC_REQUIRE([AM_PROG_AS])dnl
AC_REQUIRE([AM_PROG_AR])dnl
-AC_CHECK_TOOL(RANLIB, ranlib, :)
+AC_PROG_RANLIB
AC_CHECK_TOOL(READELF, readelf, :)
dnl We need these programs, but so does Automake. Require the macros to avoid