newlib: switch to standard AC_PROG_RANLIB

This is basically a noop, but switch to the autoconf macro for finding
a suitable ranlib tool.
This commit is contained in:
Mike Frysinger 2022-02-05 02:22:54 -05:00
parent 985c8f3592
commit 401e68c664
1 changed files with 1 additions and 1 deletions

View File

@ -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