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