diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-17 18:09:44 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-17 18:09:44 -0700 |
commit | ff361fe5ff0e7e34c838d7d1399de62ee90096e7 (patch) | |
tree | 95657436d664d9999b812a718a476986c5f9e874 | |
parent | bf57306493609b654167966eaad314048e649f9a (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 6233f92..db37ca3 100644 --- a/configure.ac +++ b/configure.ac @@ -30,7 +30,7 @@ AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) # Initialize Automake -AM_INIT_AUTOMAKE([foreign dist-bzip2]) +AM_INIT_AUTOMAKE([foreign dist-xz]) # Initialize libtool AC_PROG_LIBTOOL |