summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-08 16:03:46 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-08 16:03:46 -0800
commite171171e96dc5fdf1ca506837021ad142af2a744 (patch)
tree213488edc079fa103640139ece05269bfa320555
parent9fe64d854b94390db0286230e30f32a796faff67 (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 efac509..b0cadb6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ AC_PREREQ([2.57])
AC_INIT([font-dec-misc], [1.0.3],
[https://gitlab.freedesktop.org/xorg/font/dec-misc/issues],
[font-dec-misc])
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
# Require xorg-macros: XORG_DEFAULT_OPTIONS
m4_ifndef([XORG_MACROS_VERSION],