diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-17 13:09:32 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-17 13:09:32 -0700 |
commit | c454dac2c64dbf87551e957f4b0558b116621889 (patch) | |
tree | 6e2a6f7cc6ad89ceea765c50602623be6a555f63 | |
parent | 6fe3bd64dd82f704ed91478acb4c99ab5c00be16 (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 db48a1a..6dca2a2 100644 --- a/configure.ac +++ b/configure.ac @@ -38,7 +38,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 |