diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-03-05 08:09:47 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-03-05 08:09:47 -0800 |
commit | 0b6048d790499477b6a2907bf3fe755a54cbe68d (patch) | |
tree | 22394910e6395225fa86649828f7024dc4de15c5 | |
parent | 56cdb14923310bfa4d393f2acfffeadb04d806c0 (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 9c76f77..af8b89e 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,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 |