summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-08 15:51:26 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-08 15:51:26 -0800
commitb3fad365961c3c4da739079d25ba3e842dac7b63 (patch)
treef4af95c980565444da2c0b52270b0bb048a1d9f9
parentf467754338e89fb73dc6d09c6ee2652adbb7afa4 (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 5851b6f..43042cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ AC_PREREQ([2.57])
AC_INIT([font-bh-lucidatypewriter-100dpi], [1.0.3],
[https://gitlab.freedesktop.org/xorg/font/bh-lucidatypewriter-100dpi/issues],
[font-bh-lucidatypewriter-100dpi])
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
# Require xorg-macros: XORG_DEFAULT_OPTIONS
m4_ifndef([XORG_MACROS_VERSION],