summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-23 17:16:45 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-23 17:16:45 -0700
commitcc863debac0fb7343ec0568105db495513fd94b4 (patch)
tree5acb72d1bf860f4d3a4c33910df16e2f1144aa85
parent3ce99f5f7fed6d50674fbf9808c658141534e09e (diff)
Build xz tarballs instead of bzip2HEADmaster
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 68e9ae5..b7a4f67 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_MACRO_DIR([m4])
# Initialize Automake
-AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip])
+AM_INIT_AUTOMAKE([foreign dist-xz no-dist-gzip])
AM_MAINTAINER_MODE([enable])
# Checks for programs.