summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-08 16:16:52 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-08 16:16:52 -0800
commitb189d64b1f6aa071462c9ed37943167ca3bd4b4d (patch)
treefd69c150301e767590bdf44634d8ee6967e7b008
parent430822fcd1ed34f4c9b61812e6841f9848da0aa9 (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 dc29664..28d7f35 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ AC_PREREQ([2.57])
AC_INIT([font-mutt-misc], [1.0.3],
[https://gitlab.freedesktop.org/xorg/font/mutt-misc/issues],
[font-mutt-misc])
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
# Require xorg-macros: XORG_DEFAULT_OPTIONS
m4_ifndef([XORG_MACROS_VERSION],