summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-02-20 10:36:45 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-02-20 10:36:45 -0800
commit527ebed5039bcea87fc404fe838773bb3b0504e8 (patch)
tree5ecfcc3209c7a5527e5089cbe1e9aa566d675774 /configure.ac
parentac1bd034e273eeeb4169d0ee40b70b00a6ba5dbd (diff)
Build xz tarballs instead of bzip2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 507d34f..e353b7b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@ AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])
# Initialize Automake
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
# Initialize libtool
AC_PROG_LIBTOOL