summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-15 15:43:28 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-15 15:43:28 -0800
commit9b11c9bdf94e620a58e4402f7c2a98e7fc01e859 (patch)
tree549522b0c6d8329c90f1d4c94f46e536adeabf50
parente4971e9507f989d68c97a92edd1e6e1881ad1d55 (diff)
downloadxorg-util-makedepend-9b11c9bdf94e620a58e4402f7c2a98e7fc01e859.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 6379d78..2ff994c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([makedepend-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],