summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-17 18:02:46 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-17 18:02:46 -0700
commit48446b1610f3d4e4236bd83143718042cd6460a8 (patch)
treecc3398eef6d89f9ec52871c2fd476b234969b5ca
parent946f99b9e4e80d98e5af96bf7f4b0b0107cf25de (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 5636cb8..3d9f2f1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,7 +31,7 @@ AC_CONFIG_HEADERS([config.h])
AC_USE_SYSTEM_EXTENSIONS
# Initialize Automake
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
# Initialize libtool
AC_PROG_LIBTOOL