summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-24 08:47:30 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-24 08:47:30 -0700
commita3f847b75025a57b64967d08a299bc752c488aee (patch)
treeb1b3beb144c62db13a997243e1b7a0a5387be806
parentede86501a4e051690f698de24a5140fa3a3c0762 (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 6c3f99b..fa064f6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ AC_PREREQ([2.60])
# keep version in sync with meson.build
AC_INIT([xorgproto], [2022.1],
[https://gitlab.freedesktop.org/xorg/proto/xorgproto/issues])
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
# Require xorg-macros: XORG_DEFAULT_OPTIONS
m4_ifndef([XORG_MACROS_VERSION],