commit: 4e73c232907faa662cbcd76d3ccec2d8a07bdc9e Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Nov 22 00:29:46 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Nov 22 00:30:57 2022 +0000 URL: https://gitweb.gentoo.org/proj/eselect-vi.git/commit/?id=4e73c232
Produce xz dist tarballs defacto in Gentoo nowadays. Signed-off-by: Sam James <sam <AT> gentoo.org> 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])
