summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-17 15:52:16 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-17 15:52:16 -0700
commitfa9b4d7d144c6ddd989b40c826c4bee9808f6cba (patch)
treecbccb3636cc79304fc132c031c84b65c7816a304
parente9efe2d027b4c46cf6834cc532222f8ad1d1d3c3 (diff)
downloadxorg-lib-libXmu-fa9b4d7d144c6ddd989b40c826c4bee9808f6cba.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 c036b42..61bec12 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