public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
From: Michael Frysinger <vapier@sourceware.org>
To: newlib-cvs@sourceware.org
Subject: [newlib-cygwin] newlib: switch to standard AC_PROG_RANLIB
Date: Wed,  9 Feb 2022 03:22:23 +0000 (GMT)	[thread overview]
Message-ID: <20220209032223.480E73858D1E@sourceware.org> (raw)

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


                 reply	other threads:[~2022-02-09  3:22 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220209032223.480E73858D1E@sourceware.org \
    --to=vapier@sourceware.org \
    --cc=newlib-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).