summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKim Woelders <kim@woelders.dk>2021-09-17 17:53:36 +0200
committerKim Woelders <kim@woelders.dk>2021-09-19 13:11:59 +0200
commit7808f3475061297ab7075f208cedb26cd4bef8e1 (patch)
tree68c6d8af0b0407daad884c966d58c574b4d1dec4 /configure.ac
parent32c30cb58e943d238ccac5336fff9b9a7f73a746 (diff)
downloadimlib2-7808f3475061297ab7075f208cedb26cd4bef8e1.tar.gz
Build .xz instead of .bz2 release tarball
Somewhat smaller (~16%), faster decompression.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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)