diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-16 12:37:06 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-16 12:37:06 -0800 |
commit | 6d6c2e79221e6f362d1f47d3e52259e1d4e32315 (patch) | |
tree | 77d7c1078ddba7dfc2470daac8ef22dab4568462 | |
parent | 3e4bc35dfe96208fc55d1b5a279206a2013153ef (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 63a3b58..9bd37c2 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 |