summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-20 15:34:19 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-20 15:34:19 -0700
commite7fcd702ef3923405010c4a960a07928652ac212 (patch)
tree7e297c1d5c1fa2ed00db13c16bcc02e1067a0304
parentdbfc1c65ce343b8d0d1d8691e32d7f8e4fc0fbb3 (diff)
downloadxcb-util-e7fcd702ef3923405010c4a960a07928652ac212.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 4e44daa..b0a88e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ AC_INIT([xcb-util],[0.4.0],
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
XCB_UTIL_COMMON([1.4], [1.6])