diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-17 17:37:15 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-17 17:37:15 -0700 |
commit | b96298906cf99c3b32ad10bc27a85344d2f0e126 (patch) | |
tree | 9194b5a5b53e77c57bbd727cca8143149b388e2d | |
parent | bd87a8863c7647790de577296a77953bda6877e3 (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 a3561d8..977246b 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 |