summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-08 16:22:27 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-08 16:22:27 -0800
commitaf5c77f197a65e7b75e68793df6427638f575b17 (patch)
treec18bfecf2555b192faa6aa9f9c7ae029d3e259f1
parenteeeb2b063d513c86b2f34c9fbb952eb21ed61421 (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 0ffc8a0..ad41693 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ AC_PREREQ([2.57])
AC_INIT([font-screen-cyrillic], [1.0.4],
[https://gitlab.freedesktop.org/xorg/font/screen-cyrillic/issues],
[font-screen-cyrillic])
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
# Require xorg-macros: XORG_DEFAULT_OPTIONS
m4_ifndef([XORG_MACROS_VERSION],