summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-17 15:18:14 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-17 15:18:14 -0700
commitc195abbb5f072cf2c5a575fe482bf1cf23531f14 (patch)
tree6647b56d160a8f4caf6b3c6665eaae8ba17ec48e
parentc5187f076d16601c15c59c5a2f05c0513d9f042b (diff)
Build xz tarballs instead of bzip2
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 82bb02c..0da9275 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@ AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])
# Initialize Automake
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
# Initialize libtool
AC_PROG_LIBTOOL