public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] newlib: switch to standard AC_PROG_RANLIB
@ 2022-02-09  3:22 Michael Frysinger
  0 siblings, 0 replies; only message in thread
From: Michael Frysinger @ 2022-02-09  3:22 UTC (permalink / raw)
  To: newlib-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=401e68c664fe1e8377ef7f8ab59d5ab4a13942da

commit 401e68c664fe1e8377ef7f8ab59d5ab4a13942da
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Sat Feb 5 02:22:54 2022 -0500

    newlib: switch to standard AC_PROG_RANLIB
    
    This is basically a noop, but switch to the autoconf macro for finding
    a suitable ranlib tool.

Diff:
---
 newlib/acinclude.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-02-09  3:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-09  3:22 [newlib-cygwin] newlib: switch to standard AC_PROG_RANLIB Michael Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).