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 312DC15800F for ; Tue, 24 Jan 2023 03:18:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46FC6E07C9; Tue, 24 Jan 2023 03:18:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 2CAB7E07C9 for ; Tue, 24 Jan 2023 03:18:33 +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 15D11340E51 for ; Tue, 24 Jan 2023 03:18:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D238D889 for ; Tue, 24 Jan 2023 03:18:29 +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: <1674530282.37e86a5748b8e39ac2a23490b2c6ae5830b88c94.sam@gentoo> Subject: [gentoo-commits] proj/elfix:master commit in: misc/fix-gnustack/tests/, misc/fix-gnustack/ X-VCS-Repository: proj/elfix X-VCS-Files: misc/fix-gnustack/configure.ac misc/fix-gnustack/tests/Makefile.am X-VCS-Directories: misc/fix-gnustack/ misc/fix-gnustack/tests/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 37e86a5748b8e39ac2a23490b2c6ae5830b88c94 X-VCS-Branch: master Date: Tue, 24 Jan 2023 03:18:29 +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: f5ba91a3-2668-4fe3-927a-7f8e5dc294bb X-Archives-Hash: 582ca81b62251f07aed77e02e2e42592 commit: 37e86a5748b8e39ac2a23490b2c6ae5830b88c94 Author: Sam James gentoo org> AuthorDate: Tue Jan 24 03:18:02 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 24 03:18:02 2023 +0000 URL: https://gitweb.gentoo.org/proj/elfix.git/commit/?id=37e86a57 fix-gnustack: modernise autotools usage a bit Signed-off-by: Sam James gentoo.org> misc/fix-gnustack/configure.ac | 6 +++--- misc/fix-gnustack/tests/Makefile.am | 2 -- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/misc/fix-gnustack/configure.ac b/misc/fix-gnustack/configure.ac index 8cf7ac6..965dd3e 100644 --- a/misc/fix-gnustack/configure.ac +++ b/misc/fix-gnustack/configure.ac @@ -16,11 +16,11 @@ # along with this program. If not, see . # -AC_PREREQ([2.65]) -AC_INIT([fix-gnustack], [0.1], [http://bugs.gentoo.org/]) +AC_PREREQ([2.71]) +AC_INIT([fix-gnustack],[0.1],[https://bugs.gentoo.org/]) AC_CONFIG_SRCDIR([fix-gnustack.c]) AC_CONFIG_HEADERS([config.h]) -AM_INIT_AUTOMAKE([1.11 foreign]) +AM_INIT_AUTOMAKE([1.15 foreign no-dist-gzip dist-xz]) AM_SILENT_RULES([no]) # Checks for programs. diff --git a/misc/fix-gnustack/tests/Makefile.am b/misc/fix-gnustack/tests/Makefile.am index 17bec0d..067b83a 100644 --- a/misc/fix-gnustack/tests/Makefile.am +++ b/misc/fix-gnustack/tests/Makefile.am @@ -1,5 +1,3 @@ -ACLOCAL_AMFLAGS = -I m4 - noinst_PROGRAMS = bad-gnustack EXTRA_DIST = gnustacktest.sh