summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-17 17:29:30 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-17 17:29:30 -0700
commitbe3c7a7621e89bbde2884585179b9e4c5b9e6639 (patch)
tree0eaaf866a5b97735758ab598e3a96e406e7a4913
parent55dcda4518eda8ae03ef25ea29d3c994ad71eb0a (diff)
downloadxorg-lib-libXrandr-be3c7a7621e89bbde2884585179b9e4c5b9e6639.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 d3fa7f6..c8ea789 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,7 +35,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