public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Gaius Mulley <gaius@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r13-5377] libgm2/configure.ac use newer automake (1.15.1)
Date: Thu, 26 Jan 2023 01:43:17 +0000 (GMT)	[thread overview]
Message-ID: <20230126014317.1C0D53858D28@sourceware.org> (raw)

https://gcc.gnu.org/g:6a5aa8319c4f25b2f34375f5f47921a9f01d85a0

commit r13-5377-g6a5aa8319c4f25b2f34375f5f47921a9f01d85a0
Author: Gaius Mulley <gaiusmod2@gmail.com>
Date:   Thu Jan 26 01:41:09 2023 +0000

    libgm2/configure.ac use newer automake (1.15.1)
    
    Use a newer automake (1.15.1).
    
    libgm2/ChangeLog:
    
            * configure.ac (AM_INIT_AUTOMAKE): Specify 1.15.1.
    
    Signed-off-by: Gaius Mulley <gaiusmod2@gmail.com>

Diff:
---
 libgm2/configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libgm2/configure.ac b/libgm2/configure.ac
index 843622eb637..3a79d2612b6 100644
--- a/libgm2/configure.ac
+++ b/libgm2/configure.ac
@@ -42,7 +42,7 @@ AC_CANONICAL_SYSTEM
 target_alias=${target_alias-$host_alias}
 AC_SUBST(target_alias)
 
-AM_INIT_AUTOMAKE([1.9.3 no-define foreign no-dist -Wall -Wno-portability])
+AM_INIT_AUTOMAKE([1.15.1 no-define foreign no-dist -Wall -Wno-portability])
 
 AH_TEMPLATE(PACKAGE, [Name of package])
 AH_TEMPLATE(VERSION, [Version number of package])

                 reply	other threads:[~2023-01-26  1:43 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=20230126014317.1C0D53858D28@sourceware.org \
    --to=gaius@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.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).