summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-17 11:03:56 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-17 11:03:56 -0700
commitd5124c809d9dea366986550e76d77a87bb1982c6 (patch)
treebbab5e3395e80fa6f8e4e19a90eb4417c5902676
parentd19f96e073da49307fc2c9f5336ffba87710afe7 (diff)
downloadxorg-lib-libdmx-d5124c809d9dea366986550e76d77a87bb1982c6.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 a62e450..7decb56 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@ AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])
# Initialize Automake
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
# Initialize libtool
AC_PROG_LIBTOOL