summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2020-02-22 12:15:21 -0800
committerMatt Turner <mattst88@gmail.com>2020-02-22 12:15:33 -0800
commit6d846028718206769d6b70c96239b926e782b4aa (patch)
tree3d5e0e78a212275c926bd96bd8c9a9c05d6e2419
parente79f6b01e04f704c9f158e074ec2654407eae8e4 (diff)
downloadxcb-proto-6d846028718206769d6b70c96239b926e782b4aa.tar.gz
Build xz tarballs instead of bzip2
Signed-off-by: Matt Turner <mattst88@gmail.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 88b3439..059be73 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ AC_INIT([XCB Proto],
1.13,
[xcb@lists.freedesktop.org])
AC_CONFIG_SRCDIR([xcb-proto.pc.in])
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
AC_PATH_PROG(XMLLINT, xmllint, no)
AM_CONDITIONAL(HAVE_XMLLINT, test "x$XMLLINT" != "xno")