diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-17 12:13:58 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-17 12:13:58 -0700 |
commit | 9e886976a3e3eeddcf7db894eec6aaa1d1a2548a (patch) | |
tree | 606671bcb4443c806981266fe16e7de043f118ac | |
parent | 4a71fdf6d34df67d3f1335590da6ae3050128fb2 (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 f79fb95..e3fe6d7 100644 --- a/configure.ac +++ b/configure.ac @@ -32,7 +32,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 |