From 1d7015ba70362b09ac6a001d77e693a03fa0375e Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 6 Dec 2021 14:31:13 -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 e8bf86c..b9c8a9c 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) # Initialize Automake -AM_INIT_AUTOMAKE([foreign dist-bzip2]) +AM_INIT_AUTOMAKE([foreign dist-xz]) # Set common system defines for POSIX extensions, such as _GNU_SOURCE # Must be called before any macros that run the compiler (like -- cgit v1.2.3