diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-17 15:39:10 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-17 15:39:10 -0700 |
commit | 849d0b22ec46bee1f72170722bde8d493ce163ba (patch) | |
tree | 61d22b127b49b0c243751ff5a8391dd05807b05f /configure.ac | |
parent | e51e5c704c5bd7a91233b37f0cf4beaef6f06a5d (diff) |
Build xz tarballs instead of bzip2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f33861f..a90d5b8 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 |