summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-03-05 08:09:47 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-03-05 08:09:47 -0800
commit0b6048d790499477b6a2907bf3fe755a54cbe68d (patch)
tree22394910e6395225fa86649828f7024dc4de15c5
parent56cdb14923310bfa4d393f2acfffeadb04d806c0 (diff)
downloadxorg-lib-libSM-0b6048d790499477b6a2907bf3fe755a54cbe68d.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 9c76f77..af8b89e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,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