diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-28 14:30:03 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-28 14:30:03 -0800 |
commit | 725459b05f6a641db34c58cffdae0646cc9450cb (patch) | |
tree | 6a980eb43aae3ed45a14ccdcb48a1c01a92308c6 | |
parent | 8e7eea6e1c6fc1e3a3c9d01b517a2a9ad1a11dac (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 92cede1..803db5a 100644 --- a/configure.ac +++ b/configure.ac @@ -38,7 +38,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 |