summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-22 10:47:51 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-22 10:47:51 -0800
commit2c415eb841c94238cf49c44dea4a83fa83621307 (patch)
tree0281962532d7220d91ba65ed2d8e9e5c2e271bac
parentae82f4b2746eb24295389f184bc18a9cb6c8f31c (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 0082814..ef3cadb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,7 +34,7 @@ AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
# Initialize Automake
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
AM_MAINTAINER_MODE
# Initialize libtool