From ec6c1e02f91ad84577543a0a3bb24c27ca3bca23 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 22 Jan 2022 13:59:51 -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 4c6f3a6..0115555 100644 --- a/configure.ac +++ b/configure.ac @@ -38,7 +38,7 @@ XORG_DEFAULT_OPTIONS AC_CONFIG_AUX_DIR(.) # Initialize Automake -AM_INIT_AUTOMAKE([foreign dist-bzip2]) +AM_INIT_AUTOMAKE([foreign dist-xz]) # Initialize libtool AC_DISABLE_STATIC -- cgit v1.2.3