summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-16 12:37:06 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-16 12:37:06 -0800
commit6d6c2e79221e6f362d1f47d3e52259e1d4e32315 (patch)
tree77d7c1078ddba7dfc2470daac8ef22dab4568462
parent3e4bc35dfe96208fc55d1b5a279206a2013153ef (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 63a3b58..9bd37c2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,7 +31,7 @@ AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR(.)
# Initialize Automake
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
# Initialize libtool
AC_DISABLE_STATIC