summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-17 12:13:58 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-17 12:13:58 -0700
commit9e886976a3e3eeddcf7db894eec6aaa1d1a2548a (patch)
tree606671bcb4443c806981266fe16e7de043f118ac
parent4a71fdf6d34df67d3f1335590da6ae3050128fb2 (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 f79fb95..e3fe6d7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,7 +32,7 @@ AC_CONFIG_HEADERS([config.h])
AC_USE_SYSTEM_EXTENSIONS
# Initialize Automake
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
# Initialize libtool
AC_LIBTOOL_WIN32_DLL