summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-03 16:10:30 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-03 16:10:30 -0800
commit305f61aaead40de256a99868e7a62e6b71d1021f (patch)
tree7628296ea78f40051774142d932a76c0ce7e810e
parent06cbdd4458e99f4aa9aae3582765b6ecf7d91909 (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 c2af63a..f2d213a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ AC_INIT([mkcomposecache], [1.2.1], [https://gitlab.freedesktop.org/xorg/app/mkco
AC_CONFIG_SRCDIR([mkcomposecache.c])
AC_CONFIG_HEADERS([config.h])
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
# Set common system defines for POSIX extensions, such as _GNU_SOURCE
# Must be called before any macros that run the compiler (like those in