From f83ea5e953c6904578a458e2c2bc2e1d5ae3cb47 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Wed, 6 Apr 2022 14:14:21 -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 7bb1f0a..0361d69 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) # Initialize Automake -AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects]) +AM_INIT_AUTOMAKE([foreign dist-xz subdir-objects]) # 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