summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-17 17:00:50 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-17 17:00:50 -0700
commit1946a575323c268f937e753dac413861e234ca9c (patch)
treedc465e98a430c0503443860df1d7fd0c66eba110
parent121f070acf0ebaa2cfff37cea5c5758c90ded374 (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 233c7ee..1da31fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,7 +40,7 @@ AC_CONFIG_AUX_DIR([.])
AC_CONFIG_MACRO_DIR([m4])
# Initialize Automake
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
AM_MAINTAINER_MODE
# Initialize libtool