diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-17 11:19:10 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-17 11:19:10 -0700 |
commit | f173c3b9c809842768c52eb16fb9a83f0551e5f4 (patch) | |
tree | 377bf6d783a317b65320d9d3ea2b43cb0c6292c1 | |
parent | fd7d02cc014ac9bf5bb7e68b66102ea36a76a59a (diff) |
Build xz tarballs instead of bzip2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 11c77c0..52b17fa 100644 --- a/configure.ac +++ b/configure.ac @@ -37,7 +37,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 |