summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-21 16:11:15 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-21 16:11:15 -0700
commit1da07f0cf92bf18da234b65d0850265d004578fc (patch)
treee263e6aec1367af02a3604e63bd010bd640610b1
parent4887c06871d598fb2c7a30715a416e423cb335a6 (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 c3a729f..5036b77 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,7 +30,7 @@ AC_CONFIG_HEADERS([config.h])
AC_USE_SYSTEM_EXTENSIONS
# Initialize Automake
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
# Dependencies for automake's static library support
AC_PROG_RANLIB