public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-5377] libgm2/configure.ac use newer automake (1.15.1)
@ 2023-01-26  1:43 Gaius Mulley
  0 siblings, 0 replies; only message in thread
From: Gaius Mulley @ 2023-01-26  1:43 UTC (permalink / raw)
  To: gcc-cvs

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])

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

only message in thread, other threads:[~2023-01-26  1:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-26  1:43 [gcc r13-5377] libgm2/configure.ac use newer automake (1.15.1) Gaius Mulley

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).