summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-15 14:51:01 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-15 14:51:01 -0800
commitb147369cb685929c62efcd29b4a6c0313cb90d39 (patch)
tree62f079f3fd198a2b4bc8afc326e4c77f8941c60f
parentd74f9cfe2fd2f62baeaf9f68c6ac637c48917024 (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 50f85ee..76d44f3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ AC_INIT([xorg-cf-files], [1.0.7],
AC_CONFIG_SRCDIR([Makefile.am])
# Initialize Automake
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
# Require xorg-macros 1.4 or later: XORG_DEFAULT_OPTIONS, XORG_INSTALL
m4_ifndef([XORG_MACROS_VERSION],