From 7808f3475061297ab7075f208cedb26cd4bef8e1 Mon Sep 17 00:00:00 2001 From: Kim Woelders Date: Fri, 17 Sep 2021 17:53:36 +0200 Subject: Build .xz instead of .bz2 release tarball Somewhat smaller (~16%), faster decompression. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 8888ac6..5ee9fca 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_BUILD AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(1.6 dist-bzip2) +AM_INIT_AUTOMAKE(1.6 dist-xz) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AM_CONDITIONAL(SRC_IS_GIT, test -d $srcdir/.git) -- cgit v1.2.1