summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2022-12-08 01:14:01 +0100
committerPhil Sutter <phil@nwl.cc>2022-12-09 02:23:15 +0100
commit430b60d2e72d53e07147eb3ed10cd9ff4991f611 (patch)
treeafc8a9ce6911618af2b7d073a09ecc2954ae72e4
parent000041e991bbcb9e3aa9c641801425155ee23df1 (diff)
Makefile: Create LZMA-compressed dist-filesHEADmaster
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>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 08c1175..ead69c7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_INIT(nfacct, 1.0.2, pablo@netfilter.org)
AC_CANONICAL_HOST
AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE([-Wall foreign subdir-objects dist-bzip2 1.6])
+AM_INIT_AUTOMAKE([-Wall foreign subdir-objects no-dist-gzip dist-xz 1.6])
dnl kernel style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])