summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2019-08-12 10:49:52 -0700
committerMatt Turner <mattst88@gmail.com>2019-08-12 10:50:04 -0700
commitedac280f06da2ad2256c710f95b34253202e6e49 (patch)
tree1247d188f79b3a388de0ec7b376aa0d7a00fc2e6
parent829ed54d89bb37c9e2f8050fe72bd4ecf7b5395a (diff)
Build xz tarballs instead of bzip2
Signed-off-by: Matt Turner <mattst88@gmail.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cfa5c41..0b7d376 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])
# Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS
m4_ifndef([XORG_MACROS_VERSION],