Build .xz instead of .bz2 release tarball

Somewhat smaller (~16%), faster decompression.
This commit is contained in:
Kim Woelders 2021-09-17 17:53:36 +02:00
parent 32c30cb58e
commit 7808f34750
1 changed files with 1 additions and 1 deletions

View File

@ -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)