summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-06-18 10:19:06 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-06-18 10:19:06 -0700
commita40b2df701657a6e7c927f49cd151a2f04781dba (patch)
tree5d5e5bd38bf01bbf2a91323c734711cd38efa0e7
parent5d660ebe872cadcdc85de9d6f9afe05de629c030 (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 0379093..ced3de4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ AC_CONFIG_MACRO_DIR([m4])
# to avoid autoconf errors.
AC_USE_SYSTEM_EXTENSIONS
-AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects])
+AM_INIT_AUTOMAKE([foreign dist-xz subdir-objects])
AM_MAINTAINER_MODE
AC_TYPE_SSIZE_T