summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-08 15:14:19 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-08 15:14:19 -0800
commitfb5256fbb49f8714ffe9ba1514f05e09fe180fae (patch)
tree88b27856cf2904fda868e72d753f52fccb591d50
parent42422e5d9d1466312e5899ceaaf983cacaa73f0d (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 b3ba419..45ba743 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ AC_PREREQ([2.57])
AC_INIT([font-adobe-utopia-100dpi], [1.0.4],
[https://gitlab.freedesktop.org/xorg/font/adobe-utopia-100dpi/issues],
[font-adobe-utopia-100dpi])
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
# Require xorg-macros: XORG_DEFAULT_OPTIONS
m4_ifndef([XORG_MACROS_VERSION],