diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-03-26 08:56:25 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-03-26 08:56:25 -0700 |
commit | bd930bf94f0bcb9964248cdb5196b97cf93a0921 (patch) | |
tree | 67dd7790931749af230878d50107896f2440922f | |
parent | 53c3cfbecba041d1a215f7a5689df796b97949e8 (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 9603741..d17b209 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 |