summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-07 16:38:30 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-07 16:38:30 -0800
commitdcbbde24c64d97447692ff196333ef343de791bb (patch)
tree9af7cf2a787884111c30c5a59189f5c12e375359
parent4b8a86bce305bbb0e39efa70516be38c2c802e31 (diff)
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 b308608..f4e4f3f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,7 +29,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])
# Require X.Org macros 1.8 or later for AC_PROG_SED in XORG_MANPAGE_SECTIONS
m4_ifndef([XORG_MACROS_VERSION],