summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-17 18:20:38 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-17 18:20:38 -0700
commit63dc5cc8fe89807c7945949d1d86da44ce69687a (patch)
tree838938203c9807ba5e6f940440853e8ca100fcce
parent769598f20386845f5839fbc68dfed1f4245197be (diff)
downloadxorg-lib-libXtst-63dc5cc8fe89807c7945949d1d86da44ce69687a.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 034e6a7..9e1fc1b 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