summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-20 15:05:11 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-20 15:05:11 -0700
commite552a1feb89854eedc3dfbfeb112bb7d982a24b2 (patch)
treee9e34f8881fa60c6df435be2e5303841784b7c7f
parent60697af2831a3cb7d59f54569e868f3cc6e71a92 (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 2554930..ab62830 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ AC_INIT([xcb-util-image],[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])
AM_MAINTAINER_MODE
XCB_UTIL_COMMON([1.4], [1.6])