summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-20 15:25:04 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-20 15:25:04 -0700
commit62518b549eddf3e2f113e965ca90bbe58180993f (patch)
tree53da514751448deddfe6e5891bec336417048343
parent2970e4f8d1dc23412c0e8fcf6b533a2dba3856e8 (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 046a39e..7b4bc8b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ AC_INIT([xcb-util-renderutil],[0.3.9],
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])
AM_MAINTAINER_MODE
XCB_UTIL_COMMON([1.4], [1.6])