summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-02 17:48:55 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-03 17:08:51 +0000
commit3ad36c5d3ddca3e4c97faaf87b72a53954d1f473 (patch)
treeec3de1fdb7dece5af45c14efe04d9cd854f751a5 /configure.ac
parent93a050c3ad2d2264d3880db3791387b1a9bf2e9e (diff)
downloadxorg-lib-libX11-3ad36c5d3ddca3e4c97faaf87b72a53954d1f473.tar.gz
Build xz tarballs instead of bzip2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index bb44d893..8008dc0c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,7 +14,7 @@ AC_CANONICAL_HOST
AC_USE_SYSTEM_EXTENSIONS
# Initialize Automake
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
# Initialize libtool
AC_PROG_LIBTOOL