diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-04-06 14:14:21 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-04-06 14:31:49 -0700 |
commit | f83ea5e953c6904578a458e2c2bc2e1d5ae3cb47 (patch) | |
tree | 2ad1862e7d42ff3bcf35c88b951f62147a589c9c | |
parent | a6aee4c9a41a95a0509f654beca27009671731b3 (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 7bb1f0a..0361d69 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) # Initialize Automake -AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects]) +AM_INIT_AUTOMAKE([foreign dist-xz subdir-objects]) # Set common system defines for POSIX extensions, such as _GNU_SOURCE # Must be called before any macros that run the compiler (like |