diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2021-12-06 14:31:13 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2021-12-06 14:31:13 -0800 |
commit | 1d7015ba70362b09ac6a001d77e693a03fa0375e (patch) | |
tree | 775b922ba9eb53a74027e574a657961e3bfb5658 | |
parent | 8de485ec2760ba7de2391c3864d4fe62ceeb23d6 (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 e8bf86c..b9c8a9c 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,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]) # Set common system defines for POSIX extensions, such as _GNU_SOURCE # Must be called before any macros that run the compiler (like |