From a3f847b75025a57b64967d08a299bc752c488aee Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 24 Jul 2022 08:47:30 -0700 Subject: Build xz tarballs instead of bzip2 Signed-off-by: Alan Coopersmith --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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], -- cgit v1.2.3