diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-09 10:48:33 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-09 11:01:17 -0700 |
commit | d824fa5517cf445dc1e204f05ee2098c254f2bdb (patch) | |
tree | 3093206b1ea5cee59af8ba5a9e11dd53a69f2739 | |
parent | 8928883477ff32cbbb97ee0e871324812e3b5c96 (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 47316ce..21b1e52 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,7 @@ AC_CONFIG_HEADERS([config.h]) AC_USE_SYSTEM_EXTENSIONS # Initialize Automake -AM_INIT_AUTOMAKE([foreign dist-bzip2]) +AM_INIT_AUTOMAKE([foreign dist-xz]) # Initialize libtool AC_LIBTOOL_WIN32_DLL |