From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2C65715817D for ; Fri, 7 Jun 2024 13:27:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 735B9E2A0D; Fri, 7 Jun 2024 13:27:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5CF07E2A0D for ; Fri, 7 Jun 2024 13:27:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9CF3034092E for ; Fri, 7 Jun 2024 13:27:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38D241502 for ; Fri, 7 Jun 2024 13:27:27 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1717766800.dd5a4c881bfdcd39862e64dab90a26e2b7098a9c.sam@gentoo> Subject: [gentoo-commits] proj/autotools-wrappers:main commit in: / X-VCS-Repository: proj/autotools-wrappers X-VCS-Files: am-wrapper.sh X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: dd5a4c881bfdcd39862e64dab90a26e2b7098a9c X-VCS-Branch: main Date: Fri, 7 Jun 2024 13:27:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5f8171b1-7e95-4095-ad94-c3a869ca6faa X-Archives-Hash: 2e453617fe09dd1941192f811277b222 commit: dd5a4c881bfdcd39862e64dab90a26e2b7098a9c Author: Sam James gentoo org> AuthorDate: Fri Jun 7 13:26:40 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jun 7 13:26:40 2024 +0000 URL: https://gitweb.gentoo.org/proj/autotools-wrappers.git/commit/?id=dd5a4c88 am-wrapper.sh: recognise automake-1.17 Crank LAST_KNOWN_AUTOMAKE_VER. Signed-off-by: Sam James gentoo.org> am-wrapper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/am-wrapper.sh b/am-wrapper.sh index 6a54025..b13b4d4 100755 --- a/am-wrapper.sh +++ b/am-wrapper.sh @@ -72,7 +72,7 @@ fi # Set up bindings between actual version and WANT_AUTOMAKE; # Start with last known versions to speed up lookup process. # -LAST_KNOWN_AUTOMAKE_VER="16" +LAST_KNOWN_AUTOMAKE_VER="17" vers="9999" vers="${vers} $(printf '1.%s ' `seq ${LAST_KNOWN_AUTOMAKE_VER} -1 4`)"