summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-17 18:09:44 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-17 18:09:44 -0700
commitff361fe5ff0e7e34c838d7d1399de62ee90096e7 (patch)
tree95657436d664d9999b812a718a476986c5f9e874
parentbf57306493609b654167966eaad314048e649f9a (diff)
downloadxorg-lib-libXt-ff361fe5ff0e7e34c838d7d1399de62ee90096e7.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 6233f92..db37ca3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,7 +30,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