]> git.ipfire.org Git - thirdparty/ipset.git/commitdiff
Makefile: Create LZMA-compressed dist-files
authorPhil Sutter <phil@nwl.cc>
Thu, 8 Dec 2022 00:16:05 +0000 (01:16 +0100)
committerJozsef Kadlecsik <kadlec@netfilter.org>
Sat, 10 Dec 2022 17:33:09 +0000 (18:33 +0100)
Use a more modern alternative to gzip.

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

index e94f4db9710d4fce89d4d710075f83ebdb60a6db..543afb0104154019788e667f02c10d5f13aff7af 100644 (file)
@@ -4,7 +4,7 @@ AC_CONFIG_AUX_DIR([build-aux])
 AC_CANONICAL_HOST
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADER([config.h])
-AM_INIT_AUTOMAKE([foreign subdir-objects tar-pax])
+AM_INIT_AUTOMAKE([foreign subdir-objects tar-pax no-dist-gzip dist-xz])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
 AC_PROG_LN_S