From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1499) id 1C0D53858D28; Thu, 26 Jan 2023 01:43:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1C0D53858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1674697397; bh=srtIGOlvxEGaZlc3ElDdxNz9DchhjCaELhiFiMfOvvA=; h=From:To:Subject:Date:From; b=hUC/foJn9/eog1DG7xOvM0GC7dSGwofeZOyPxnHokcffXXj6RFGItM4LItbH6jxJq 6P/fXDhxXzSreEdLlKoI2I/SbRy8k35J4+tMmJRprtQamf+9y5Nj4SMfTRKMIgGJ4R FdpAnxcYAQPN0YxCesHlNXY0zt4FCEUdHL7ZI0XU= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Gaius Mulley To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-5377] libgm2/configure.ac use newer automake (1.15.1) X-Act-Checkin: gcc X-Git-Author: Gaius Mulley X-Git-Refname: refs/heads/master X-Git-Oldrev: 66132b1f213c2907512259cd0197ef49a74897b9 X-Git-Newrev: 6a5aa8319c4f25b2f34375f5f47921a9f01d85a0 Message-Id: <20230126014317.1C0D53858D28@sourceware.org> Date: Thu, 26 Jan 2023 01:43:17 +0000 (GMT) List-Id: https://gcc.gnu.org/g:6a5aa8319c4f25b2f34375f5f47921a9f01d85a0 commit r13-5377-g6a5aa8319c4f25b2f34375f5f47921a9f01d85a0 Author: Gaius Mulley 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 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])