summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-06-10 10:02:33 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-06-10 10:02:33 -0700
commit5da41666a4a5bef637a9bb0c04357b7ab2de323d (patch)
treeed515033487060a73ec2c11c5fa5e3162e9328b7
parent47904063048fa6ef6e8e16219ddef4d14d5d9a4b (diff)
downloadxorg-lib-libXext-5da41666a4a5bef637a9bb0c04357b7ab2de323d.tar.gz
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 b2a28d1..726ce08 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
# Initialize Automake
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
# Initialize libtool
AC_PROG_LIBTOOL