diff options
author | Sam James <sam@gentoo.org> | 2022-11-22 00:29:46 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-22 00:30:57 +0000 |
commit | 4e73c232907faa662cbcd76d3ccec2d8a07bdc9e (patch) | |
tree | c55fbe40bfd9c42bc38e7431d1aa6f0897217fc5 | |
parent | Drop pointless autogen.sh (diff) | |
download | eselect-vi-4e73c232907faa662cbcd76d3ccec2d8a07bdc9e.tar.gz eselect-vi-4e73c232907faa662cbcd76d3ccec2d8a07bdc9e.tar.bz2 eselect-vi-4e73c232907faa662cbcd76d3ccec2d8a07bdc9e.zip |
Produce xz dist tarballs
defacto in Gentoo nowadays.
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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]) |