summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-08 15:03:48 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-08 15:03:48 -0800
commitba999e4dddc1d3c755fe928e6c7f1e9a4b9fcf88 (patch)
tree45fe18804e027c21321759e1e873c32cd6dfa170
parent7e34b1a39043beba63a51403a4e1f007ae92db8c (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 74c3cf3..8725e68 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ AC_PREREQ([2.57])
AC_INIT([font-adobe-75dpi], [1.0.3],
[https://gitlab.freedesktop.org/xorg/font/adobe-75dpi/issues],
[font-adobe-75dpi])
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
# Require xorg-macros: XORG_DEFAULT_OPTIONS
m4_ifndef([XORG_MACROS_VERSION],