public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
From: Jeff Johnston <jjohnstn@redhat.com>
To: Mike Frysinger <vapier@gentoo.org>
Cc: Newlib <newlib@sourceware.org>
Subject: Re: [PATCH] newlib: require automake-1.11.6
Date: Fri, 31 Dec 2021 12:09:44 -0500	[thread overview]
Message-ID: <CAOox84vQk+rH1dqnzRkELQaFsqBiB-iqvgqLDB+nydYXzS3AQQ@mail.gmail.com> (raw)
In-Reply-To: <20211230190330.1132-1-vapier@gentoo.org>

Thanks Mike.  Patch applied.

-- Jeff J.

On Thu, Dec 30, 2021 at 2:03 PM Mike Frysinger <vapier@gentoo.org> wrote:

> This is simply reflecting reality: all the subdirs in here are already
> using automake-1.11.6, so making it a requirement will allow us to stop
> suggesting we might support automake-1.9 or 1.10 (which I'm fairly sure
> do not work today).
>
> This is why only acinclude.m4 changes in this patch: the generated files
> are exactly the same as the directives here are automake constraints,
> not generated code logic.
> ---
>  newlib/acinclude.m4 | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/newlib/acinclude.m4 b/newlib/acinclude.m4
> index 3ec3fe5006f9..3ad0e8906ae7 100644
> --- a/newlib/acinclude.m4
> +++ b/newlib/acinclude.m4
> @@ -120,9 +120,9 @@ AC_SUBST(newlib_basedir)
>
>  AC_CANONICAL_HOST
>
> -AM_INIT_AUTOMAKE([foreign no-installinfo no-dependencies no-dist
> no-define 1.9.5])
> +AM_INIT_AUTOMAKE([foreign no-installinfo no-dependencies no-dist
> no-define 1.11.6])
>  AM_MAINTAINER_MODE()
> -m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES(yes)])
> +AM_SILENT_RULES(yes)
>
>  # FIXME: We temporarily define our own version of AC_PROG_CC.  This is
>  # copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS.  We
> --
> 2.33.0
>
>

      reply	other threads:[~2021-12-31 17:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-30 19:03 Mike Frysinger
2021-12-31 17:09 ` Jeff Johnston [this message]

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=CAOox84vQk+rH1dqnzRkELQaFsqBiB-iqvgqLDB+nydYXzS3AQQ@mail.gmail.com \
    --to=jjohnstn@redhat.com \
    --cc=newlib@sourceware.org \
    --cc=vapier@gentoo.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).