diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-16 10:58:36 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-16 10:58:36 -0800 |
commit | aca8dee2b359d7bd03b5bf52c1a870aefbb37bf1 (patch) | |
tree | 4f98514f742119712122739a8b18df794c1ede7a | |
parent | 2d7f96e5ac9b56ffeecfd6a38ad13f691eea96e8 (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 367b3d3..35070ff 100644 --- a/configure.ac +++ b/configure.ac @@ -31,7 +31,7 @@ AC_CONFIG_HEADERS([config.h]) AC_CONFIG_AUX_DIR(.) # Initialize Automake -AM_INIT_AUTOMAKE([foreign dist-bzip2]) +AM_INIT_AUTOMAKE([foreign dist-xz]) # Initialize libtool AC_DISABLE_STATIC |