summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-21 16:19:29 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-21 16:19:48 -0700
commita9754044498a953a9431e0df869fe61f48f92e94 (patch)
tree3a13f74052032016b1f767206d05bdada5b2536c
parent5b692f14ba4bffbf509c993787859f7ffdd42893 (diff)
configure.ac: 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 cf46e2f6..412b58f5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,7 +28,7 @@ AC_INIT([X Test Suite],
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_AUX_DIR(.)
-AM_INIT_AUTOMAKE([dist-bzip2 foreign])
+AM_INIT_AUTOMAKE([dist-xz foreign])
# Initialize X.Org macros
m4_ifndef([XORG_MACROS_VERSION],