diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-17 11:03:56 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-17 11:03:56 -0700 |
commit | d5124c809d9dea366986550e76d77a87bb1982c6 (patch) | |
tree | bbab5e3395e80fa6f8e4e19a90eb4417c5902676 | |
parent | d19f96e073da49307fc2c9f5336ffba87710afe7 (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 a62e450..7decb56 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 |