summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-08 15:17:39 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-08 15:17:39 -0800
commit00de3e9cd84c43b8324995c43f4431c6d7622a57 (patch)
tree9561a884fb41fdb368adab30d24604ec0c830310
parent68f0c6eee411a7d8218effe24682c9f88c1e649b (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 1471f2a..ef999e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ AC_PREREQ([2.57])
AC_INIT([font-adobe-utopia-type1], [1.0.4],
[https://gitlab.freedesktop.org/xorg/font/adobe-utopia-type1/issues],
[font-adobe-utopia-type1])
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
# Require xorg-macros: XORG_DEFAULT_OPTIONS
m4_ifndef([XORG_MACROS_VERSION],