]> git.ipfire.org Git - thirdparty/ulogd2.git/commitdiff
Makefile: Create LZMA-compressed dist-files
authorPhil Sutter <phil@nwl.cc>
Fri, 23 Jun 2023 14:41:29 +0000 (16:41 +0200)
committerPhil Sutter <phil@nwl.cc>
Sun, 25 Jun 2023 08:45:13 +0000 (10:45 +0200)
Use a more modern alternative to bzip2.

Suggested-by: Jan Engelhardt <jengelh@inai.de>
Suggested-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Phil Sutter <phil@nwl.cc>
configure.ac

index 70eed9dc17451092c33a6c454d794e0ed8f5126d..3c9249e3cac56597c60fadeeac4d3467a538960b 100644 (file)
@@ -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])