From: Gaius Mulley Date: Thu, 26 Jan 2023 01:41:09 +0000 (+0000) Subject: libgm2/configure.ac use newer automake (1.15.1) X-Git-Tag: basepoints/gcc-14~1830 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a5aa8319c4f25b2f34375f5f47921a9f01d85a0;p=thirdparty%2Fgcc.git 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 --- diff --git a/libgm2/configure.ac b/libgm2/configure.ac index 843622eb6379..3a79d2612b67 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])