summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-23 13:21:52 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-23 13:21:52 -0800
commitcdcfd033cc7dc8522c4532ffe7b8374eaeb29e7a (patch)
tree330f9ffb775dad211d449140537493584a2cba52
parent52c421c650f8813665b31890df691b31fabc366a (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 e367558..c75f267 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,7 +30,7 @@ AC_CONFIG_SRCDIR([Makefile.am])
AC_CANONICAL_HOST
# Initialize Automake
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
AM_MAINTAINER_MODE
AC_CONFIG_HEADERS([config.h])
AC_SYS_LARGEFILE