summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-08 15:38:35 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-08 15:38:35 -0800
commitd7ff5c7746eed69aa557135cf6712695ec0221d7 (patch)
tree1f372a28076d2978cc9b035c6c2e7e9b611a18cc
parent040561b0939acdc481e70c4c5c0951f708582178 (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 f61ce68..1dcc7f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ AC_PREREQ([2.57])
AC_INIT([font-bh-100dpi], [1.0.3],
[https://gitlab.freedesktop.org/xorg/font/bh-100dpi/issues],
[font-bh-100dpi])
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
# Require xorg-macros: XORG_DEFAULT_OPTIONS
m4_ifndef([XORG_MACROS_VERSION],