diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-06-18 10:16:33 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-06-18 10:16:33 -0700 |
commit | 3892bf22557a8203027714ef18693e347947c7ac (patch) | |
tree | 9967eec0c58fb02cf9fd1e1e6528f5fd67eaf37e | |
parent | 2a655a15f83c5623f65fa8e0676f71094991ea29 (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 828a1bd..02a597f 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ AC_CONFIG_MACRO_DIR([m4]) # to avoid autoconf errors. AC_USE_SYSTEM_EXTENSIONS -AM_INIT_AUTOMAKE([foreign dist-bzip2]) +AM_INIT_AUTOMAKE([foreign dist-xz]) AM_MAINTAINER_MODE AC_TYPE_SSIZE_T |