diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-17 18:25:35 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-17 18:25:35 -0700 |
commit | 2f0952f5f78f80463810e7dc41c944d2c03e99ab (patch) | |
tree | 42abbfbd81725c265a6a358a5fa5a91672b0fdba | |
parent | 03a6f599d060591a9a7cd8558bd2143a1c7c70d7 (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 979099d..327bb1c 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 |