summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-17 18:25:35 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-17 18:25:35 -0700
commit2f0952f5f78f80463810e7dc41c944d2c03e99ab (patch)
tree42abbfbd81725c265a6a358a5fa5a91672b0fdba
parent03a6f599d060591a9a7cd8558bd2143a1c7c70d7 (diff)
downloadxorg-lib-libXv-2f0952f5f78f80463810e7dc41c944d2c03e99ab.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 979099d..327bb1c 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