summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-08 16:22:08 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-08 16:22:08 -0800
commit9e460291e1ad3932f90cf822a5e56a0c9f1e8eff (patch)
treefff78f9dace45b9891e67be769ae1c33f18b7596
parentec8918376866b8c91317b66af301fcd77b3b1573 (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 1995f89..6281d37 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ AC_PREREQ([2.57])
AC_INIT([font-schumacher-misc], [1.1.2],
[https://gitlab.freedesktop.org/xorg/font/schumacher-misc/issues],
[font-schumacher-misc])
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
# Require xorg-macros: XORG_DEFAULT_OPTIONS
m4_ifndef([XORG_MACROS_VERSION],