summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-17 11:19:10 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-17 11:19:10 -0700
commitf173c3b9c809842768c52eb16fb9a83f0551e5f4 (patch)
tree377bf6d783a317b65320d9d3ea2b43cb0c6292c1
parentfd7d02cc014ac9bf5bb7e68b66102ea36a76a59a (diff)
downloadxorg-lib-libXcomposite-f173c3b9c809842768c52eb16fb9a83f0551e5f4.tar.gz
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 11c77c0..52b17fa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,7 +37,7 @@ AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])
# Initialize Automake
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
# Initialize libtool
AC_PROG_LIBTOOL