diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-16 12:30:22 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-16 12:30:22 -0800 |
commit | 9255be3c68207929266e920be8461b7669ae4efd (patch) | |
tree | e4b71c3880b95da51a01adaf8c16874d0daf1c10 | |
parent | 03092c520b0365570df6e30360dacee0f5924ca0 (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 1dad0c7..9eeed6c 100644 --- a/configure.ac +++ b/configure.ac @@ -32,7 +32,7 @@ AC_CONFIG_AUX_DIR(.) AC_USE_SYSTEM_EXTENSIONS # Initialize Automake -AM_INIT_AUTOMAKE([foreign dist-bzip2]) +AM_INIT_AUTOMAKE([foreign dist-xz]) # Initialize libtool AC_DISABLE_STATIC |