From 4e73c232907faa662cbcd76d3ccec2d8a07bdc9e Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 22 Nov 2022 00:29:46 +0000 Subject: Produce xz dist tarballs defacto in Gentoo nowadays. Signed-off-by: Sam James --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1363d78..7729075 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([eselect-vi], [20200720]) -AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-bzip2]) +AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-xz]) # Create output files. AC_CONFIG_FILES([Makefile vi.eselect]) -- cgit v1.2.3-65-gdbad