diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-05-08 10:14:39 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-05-08 10:14:39 -0700 |
commit | 91b7c7d02ddb2ddce39648270f5cb91fac7d978e (patch) | |
tree | 51d42fa361bea47908438b631e9a93b48eaf4f8c | |
parent | 2baea13978759d1a011fc6d739465893b554d30a (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 cadc653..e508ee4 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 |