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