From d824fa5517cf445dc1e204f05ee2098c254f2bdb Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 9 Jul 2022 10:48:33 -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 47316ce..21b1e52 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,7 @@ AC_CONFIG_HEADERS([config.h]) AC_USE_SYSTEM_EXTENSIONS # Initialize Automake -AM_INIT_AUTOMAKE([foreign dist-bzip2]) +AM_INIT_AUTOMAKE([foreign dist-xz]) # Initialize libtool AC_LIBTOOL_WIN32_DLL -- cgit v1.2.3