summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-08 16:15:17 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-08 16:15:17 -0800
commit37814656b2a043b7487a5573e0880b93644bd15b (patch)
treecf01df1f1a7ed9ec828326e055653d0091426687
parent820d34aeab67f369aa8afbc4a8caae54f00d94d0 (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 4a8f31b..d2221e2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ AC_PREREQ([2.57])
AC_INIT([font-misc-cyrillic], [1.0.3],
[https://gitlab.freedesktop.org/xorg/font/misc-cyrillic/issues],
[font-misc-cyrillic])
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
# Require xorg-macros: XORG_DEFAULT_OPTIONS
m4_ifndef([XORG_MACROS_VERSION],