diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2021-12-04 11:27:53 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2021-12-04 11:27:53 -0800 |
commit | 85a37c5a06633022723cd44a3d8d35cd317e1c53 (patch) | |
tree | 715dbce20a6f9ef1df7e2b6263b455e93feffdd3 | |
parent | 32c9d454a20b4c55b08b27f06f9c4da239153a31 (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 6465bce..c85c1bc 100644 --- a/configure.ac +++ b/configure.ac @@ -32,7 +32,7 @@ AC_CONFIG_HEADERS([config.h]) AC_USE_SYSTEM_EXTENSIONS # Initialize Automake -AM_INIT_AUTOMAKE([foreign dist-bzip2]) +AM_INIT_AUTOMAKE([foreign dist-xz]) # Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS m4_ifndef([XORG_MACROS_VERSION], |