diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-16 10:49:21 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-16 10:49:21 -0800 |
commit | 6609d352f3ac6f820c997934c6e21c50c5dc0e89 (patch) | |
tree | d88ebb8eb51c46ae5bfdcaed1c873127e0795cdf | |
parent | 71036116be11b8c9d39ce153738875c44183cc60 (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 753f3e4..2814d11 100644 --- a/configure.ac +++ b/configure.ac @@ -31,7 +31,7 @@ AC_CONFIG_HEADERS([config.h]) AC_CONFIG_AUX_DIR(.) # Initialize Automake -AM_INIT_AUTOMAKE([foreign dist-bzip2]) +AM_INIT_AUTOMAKE([foreign dist-xz]) # Initialize libtool AC_DISABLE_STATIC |