summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-08 15:37:39 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-08 15:37:39 -0800
commitaac3d8e7ba0bdc88b3619eb21a050054183f151e (patch)
treecf11612f43cffa8b4933f7e71391697ad1f558a6
parent48b114d2e1e9f0367623a6395c02191d057892ff (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 c9714b4..8921023 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ AC_PREREQ([2.57])
AC_INIT([font-arabic-misc], [1.0.3],
[https://gitlab.freedesktop.org/xorg/font/arabic-misc/issues],
[font-arabic-misc])
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
# Require xorg-macros: XORG_DEFAULT_OPTIONS
m4_ifndef([XORG_MACROS_VERSION],