summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-17 17:59:12 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-17 17:59:12 -0700
commiteecc14f810ec2b0324b7b9f549aeb2c4663ecd52 (patch)
tree25571acc7d0a10d6310bcd32a72cefa3a8553361
parentaa9fd5061d0a8832480ad0c1acc9d2e864e807f4 (diff)
downloadxorg-lib-libXScrnSaver-eecc14f810ec2b0324b7b9f549aeb2c4663ecd52.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 17448cb..42ad1aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,7 +28,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