From 9260f5d00fd898389224956819ee65f8a376d547 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 24 Jan 2023 03:12:43 +0000 Subject: elfix: modernise autotools usage a bit Signed-off-by: Sam James --- configure.ac | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 84ef48d..5a036a6 100644 --- a/configure.ac +++ b/configure.ac @@ -16,11 +16,12 @@ # along with this program. If not, see . # -AC_PREREQ([2.68]) -AC_INIT([elfix], [0.9], [http://bugs.gentoo.org/]) +AC_PREREQ([2.71]) +AC_INIT([elfix],[0.9],[https://bugs.gentoo.org/]) AC_CONFIG_SRCDIR([src/paxctl-ng.c]) AC_CONFIG_HEADERS([config.h]) -AM_INIT_AUTOMAKE([1.11 foreign]) +AC_CONFIG_MACRO_DIRS([m4]) +AM_INIT_AUTOMAKE([1.15 foreign no-dist-gzip dist-xz]) AM_SILENT_RULES([no]) LT_PREREQ([2.4]) -- cgit v1.2.3-65-gdbad