From: Phil Sutter Date: Fri, 23 Jun 2023 14:41:29 +0000 (+0200) Subject: Makefile: Create LZMA-compressed dist-files X-Git-Tag: ulogd-2.0.9~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=acd1194c65a769054a4458fd2750967ec14c8160;p=thirdparty%2Fulogd2.git 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 --- diff --git a/configure.ac b/configure.ac index 70eed9d..3c9249e 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT([ulogd], [2.0.8]) AC_PREREQ([2.50]) AC_CONFIG_AUX_DIR([build-aux]) -AM_INIT_AUTOMAKE([-Wall foreign tar-pax no-dist-gzip dist-bzip2 1.10b subdir-objects]) +AM_INIT_AUTOMAKE([-Wall foreign tar-pax no-dist-gzip dist-xz 1.10b subdir-objects]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4])