summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-08 14:11:58 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-08 14:11:58 -0800
commitaaddab088412777ffea435e83847f8aac9b9ce81 (patch)
treef9f252ad50c36e2760d3274f5a156f8f7767a806
parente1a2c79b4edea2af1a82db24b2dc993a6e530d5a (diff)
downloadxorg-font-util-aaddab088412777ffea435e83847f8aac9b9ce81.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 d0e3a26..ba0ccc0 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 MAN_SUBSTS set by XORG_MANPAGE_SECTIONS
m4_ifndef([XORG_MACROS_VERSION],