summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-23 12:53:03 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-23 12:53:03 -0800
commit46fdb5b1fec3c268f1fbd62a85bf12068063ada7 (patch)
tree8141728b1956ea4f444c8156d2cf6080f63451e7
parent6997027f9c575dc3e6a6e1b17e9adb5e731c45d7 (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 a339735..ed5b6f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@ AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR(.)
-AM_INIT_AUTOMAKE([dist-bzip2])
+AM_INIT_AUTOMAKE([dist-xz])
AM_MAINTAINER_MODE