summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-16 10:49:21 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-16 10:49:21 -0800
commit6609d352f3ac6f820c997934c6e21c50c5dc0e89 (patch)
treed88ebb8eb51c46ae5bfdcaed1c873127e0795cdf /configure.ac
parent71036116be11b8c9d39ce153738875c44183cc60 (diff)
Build xz tarballs instead of bzip2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 753f3e4..2814d11 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