summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-08 14:40:15 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-08 14:51:54 -0800
commitdd69f32b6c0d81d5db3c7deb2e201fe8f7ef40be (patch)
treeacc201ac9ded519671535724761462b865917bc4
parent6d1e35e708e0a9a2f17446030ddef0be08f2285f (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 039b163..29084ae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ AC_PREREQ([2.57])
AC_INIT([font-adobe-100dpi], [1.0.3],
[https://gitlab.freedesktop.org/xorg/font/adobe-100dpi/issues],
[font-adobe-100dpi])
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
# Require xorg-macros: XORG_DEFAULT_OPTIONS
m4_ifndef([XORG_MACROS_VERSION],