diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-17 18:20:38 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-17 18:20:38 -0700 |
commit | 63dc5cc8fe89807c7945949d1d86da44ce69687a (patch) | |
tree | 838938203c9807ba5e6f940440853e8ca100fcce | |
parent | 769598f20386845f5839fbc68dfed1f4245197be (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 034e6a7..9e1fc1b 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,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 |