summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-08 16:16:33 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-08 16:16:33 -0800
commit09877e16f3c7d83e47d8c082382f5d62d58fb2f2 (patch)
tree62b10b240ed0dba04b5647c8d2aedbb60d451c72
parent536a79ec1eb9d9bd219efed57f780bc239fd37c0 (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 18aca23..3aa88bd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ AC_PREREQ([2.57])
AC_INIT([font-misc-misc], [1.1.2],
[https://gitlab.freedesktop.org/xorg/font/misc-misc/issues],
[font-misc-misc])
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
# Require xorg-macros: XORG_DEFAULT_OPTIONS
m4_ifndef([XORG_MACROS_VERSION],