summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2022-12-08 00:45:28 +0100
committerPhil Sutter <phil@nwl.cc>2022-12-09 02:15:59 +0100
commitfa8f10b19d2adc1fa85b85cc9fa9f933d3f3311c (patch)
tree467b2abcf0db6db1bd4214cd56cefd26dd412e8d /configure.ac
parentae1d54d1343fcfe07287ac113a0a27b875385067 (diff)
Makefile: Create LZMA-compressed dist-files
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>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index eb1882dd..f3983212 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_DEFINE([RELEASE_NAME], ["Lester Gooch #4"], [Release name])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([-Wall foreign subdir-objects
- tar-pax no-dist-gzip dist-bzip2 1.6])
+ tar-pax no-dist-gzip dist-xz 1.6])
dnl kernel style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])