diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-17 17:29:30 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-17 17:29:30 -0700 |
commit | be3c7a7621e89bbde2884585179b9e4c5b9e6639 (patch) | |
tree | 0eaaf866a5b97735758ab598e3a96e406e7a4913 | |
parent | 55dcda4518eda8ae03ef25ea29d3c994ad71eb0a (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 d3fa7f6..c8ea789 100644 --- a/configure.ac +++ b/configure.ac @@ -35,7 +35,7 @@ AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) # Initialize Automake -AM_INIT_AUTOMAKE([foreign dist-bzip2]) +AM_INIT_AUTOMAKE([foreign dist-xz]) # Initialize libtool AC_PROG_LIBTOOL |