kwo pushed a commit to branch master.

http://git.enlightenment.org/legacy/imlib2.git/commit/?id=7808f3475061297ab7075f208cedb26cd4bef8e1

commit 7808f3475061297ab7075f208cedb26cd4bef8e1
Author: Kim Woelders <[email protected]>
Date:   Fri Sep 17 17:53:36 2021 +0200

    Build .xz instead of .bz2 release tarball
    
    Somewhat smaller (~16%), faster decompression.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)

-- 


Reply via email to