summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-06-03 11:22:22 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-06-03 11:22:22 -0700
commit0dd423a89305e040ed20a8f449203ef091507790 (patch)
treeaf1ec4d825530c4745f89030bf9b4a10c1ea94a1 /configure.ac
parent98b121f22c3477b508dd17aa5db99f2ebf36ade4 (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 8bfe3d7..8ef5eef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,7 +33,7 @@ AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])
# Initialize Automake
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
# Initialize libtool
AC_PROG_LIBTOOL