summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-18 15:28:21 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-18 15:28:21 -0700
commit28afdec875e8042c324bce528efceee814a5dcac (patch)
tree11bcabc8cfb40f4ac7414d522a368a4b5ddd7982
parentcd4a375968a85e3c96b5bc2217b8a4143fa1707a (diff)
Build xz tarballs instead of bzip2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e0996b3..292c777 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,7 +29,7 @@ AC_INIT([xorg-docs],
AC_CONFIG_SRCDIR([Makefile.am])
# Initialize Automake
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
# Require xorg-macros minimum of 1.12 for XORG_WITH_XSLTPROC
m4_ifndef([XORG_MACROS_VERSION],