summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-08 15:55:19 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-08 15:55:19 -0800
commit4aac9c717be7c07e917d10eaf31c61ab55936449 (patch)
tree4c47e3f7f18fcd7137cb1592c034de8413258274
parent3218e0c0229fa2b4dadf671b6d1c0f1299b87460 (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 2a3174c..dd33b78 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ AC_PREREQ([2.57])
AC_INIT([font-bh-type1], [1.0.3],
[https://gitlab.freedesktop.org/xorg/font/bh-type1/issues],
[font-bh-type1])
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
# Require xorg-macros: XORG_DEFAULT_OPTIONS
m4_ifndef([XORG_MACROS_VERSION],