From ccd9434022f230163ec88313637b90444046763b Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Thu, 8 Dec 2022 00:48:26 +0100 Subject: Makefile: Create LZMA-compressed dist-files Use a more modern alternative to bzip2. Suggested-by: Jan Engelhardt Suggested-by: Pablo Neira Ayuso Signed-off-by: Phil Sutter --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 394c68d..6683098 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) -AM_INIT_AUTOMAKE([-Wall foreign tar-pax no-dist-gzip dist-bzip2 +AM_INIT_AUTOMAKE([-Wall foreign tar-pax no-dist-gzip dist-xz 1.6 subdir-objects]) dnl kernel style compile messages -- cgit v1.2.3