diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-17 17:00:50 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-17 17:00:50 -0700 |
commit | 1946a575323c268f937e753dac413861e234ca9c (patch) | |
tree | dc465e98a430c0503443860df1d7fd0c66eba110 | |
parent | 121f070acf0ebaa2cfff37cea5c5758c90ded374 (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 233c7ee..1da31fd 100644 --- a/configure.ac +++ b/configure.ac @@ -40,7 +40,7 @@ AC_CONFIG_AUX_DIR([.]) AC_CONFIG_MACRO_DIR([m4]) # Initialize Automake -AM_INIT_AUTOMAKE([foreign dist-bzip2]) +AM_INIT_AUTOMAKE([foreign dist-xz]) AM_MAINTAINER_MODE # Initialize libtool |