summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-17 19:03:18 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-17 19:03:18 -0700
commite86dfd828c4ca24ae3f0ed6c78f87b0466564f2a (patch)
tree3d2f4d8035c2611616e9f915d668a6da0c4d76df
parent7f43cd2a905e7b93b83c9ce81dabb768f6fa2bc7 (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 80a325b..2af04da 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS(src/config.h)
# Initialize Automake
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
# Initialize libtool
AC_PROG_LIBTOOL