From 701a48e21f23f1d633099f0790ff1a58ca70a44c Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 15 Jan 2022 15:36:37 -0800 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 25e7c4d..49be7dc 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ AC_INIT([util-macros], [https://gitlab.freedesktop.org/xorg/util/macros/issues], [util-macros]) AC_CONFIG_SRCDIR([Makefile.am]) -AM_INIT_AUTOMAKE([foreign dist-bzip2]) +AM_INIT_AUTOMAKE([foreign dist-xz]) # Checks for programs. AC_PROG_INSTALL -- cgit v1.2.3