summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-08 16:02:46 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-08 16:02:46 -0800
commit02ca8a099ffc18d6e9bb74ff81a323b4d7b97bc3 (patch)
tree31ff847ee784b699489665d89ce6dfe41464e7cc
parent949e3e8dfa70786dd61f78a860fdf9d6922ba883 (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 5bdeccf..eab1f89 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ AC_PREREQ([2.57])
AC_INIT([font-cursor-misc], [1.0.3],
[https://gitlab.freedesktop.org/xorg/font/cursor-misc/issues],
[font-cursor-misc])
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
# Require xorg-macros: XORG_DEFAULT_OPTIONS
m4_ifndef([XORG_MACROS_VERSION],