summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-08 14:16:54 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-08 14:25:51 -0800
commit91a831bd1a6c0a82d40ff032e34787bdda3ef500 (patch)
treeed21411b97ef6cc049e7b35dfdec047b3cbee872
parent2975d5f72d7e60fbe1fc0df3e64dad6474b56f7b (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 622c27b..b92169b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.60])
AC_INIT([encodings], [1.0.5],
[https://gitlab.freedesktop.org/xorg/font/encodings/issues])
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
# Require xorg-macros: XORG_DEFAULT_OPTIONS
m4_ifndef([XORG_MACROS_VERSION],