summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-15 15:07:57 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-15 15:14:57 -0800
commitcb068098c1bef71520d06d00a963f81640ad7612 (patch)
tree92a1bc754d778eddad017ea4c930b48d0f3df8e0
parent8dce46a9e7ab5421cb9b1e5d1b512fc53b7350e7 (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 626eeb5..3a604c4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@ AC_INIT([gccmakedep],[1.0.3],
AC_CONFIG_SRCDIR([Makefile.am])
# 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],