From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1588757-garchives=archives.gentoo.org@lists.gentoo.org> 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 77966158451 for <garchives@archives.gentoo.org>; Tue, 9 Jan 2024 01:51:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7560E2AC0; Tue, 9 Jan 2024 01:51:24 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8D316E2ABF for <gentoo-commits@lists.gentoo.org>; Tue, 9 Jan 2024 01:51:24 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B7FDB3432A6 for <gentoo-commits@lists.gentoo.org>; Tue, 9 Jan 2024 01:51:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0760141 for <gentoo-commits@lists.gentoo.org>; Tue, 9 Jan 2024 01:51:21 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1704764912.8d0606bf9416a1526b0e02180a8abd31fd5da57b.sam@gentoo> Subject: [gentoo-commits] proj/elt-patches:master commit in: tests/2.4.7/ X-VCS-Repository: proj/elt-patches X-VCS-Files: tests/2.4.7/configure.ac X-VCS-Directories: tests/2.4.7/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8d0606bf9416a1526b0e02180a8abd31fd5da57b X-VCS-Branch: master Date: Tue, 9 Jan 2024 01:51:21 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f30971de-3667-4a19-8e43-c934a8f65cef X-Archives-Hash: 9eb2f041c663e9c7a516583e4f0435ac commit: 8d0606bf9416a1526b0e02180a8abd31fd5da57b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Jan 9 01:48:32 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jan 9 01:48:32 2024 +0000 URL: https://gitweb.gentoo.org/proj/elt-patches.git/commit/?id=8d0606bf tests: add 2.4.7 Signed-off-by: Sam James <sam <AT> gentoo.org> tests/2.4.7/configure.ac | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/2.4.7/configure.ac b/tests/2.4.7/configure.ac new file mode 100644 index 0000000..764d8df --- /dev/null +++ b/tests/2.4.7/configure.ac @@ -0,0 +1,4 @@ +AC_PREREQ([2.69]) +AC_INIT([elt-patches], [ver]) +LT_INIT +AC_OUTPUT