stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=a2a29f6ec12a6bf37c3bb1578792a3fc985894e9

commit a2a29f6ec12a6bf37c3bb1578792a3fc985894e9
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Mon Feb 19 16:16:17 2018 +0100

    build: disable gz compression for release tarballs
    
    We have been using gz as a fallback for a long time. By now every system
    unpacking the efl tarballs should be capable of using xz. Having only
    one file will not onyl save space but also ease the release handling.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 3079d9b492..25bc6786dc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@ AH_BOTTOM([
 ])
 
 
-AM_INIT_AUTOMAKE([1.6 dist-xz -Wall color-tests subdir-objects])
+AM_INIT_AUTOMAKE([1.6 dist-xz no-dist-gzip -Wall color-tests subdir-objects])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
 # Due to a bug in automake 1.14 we need to use this after AM_INIT_AUTOMAKE

-- 


Reply via email to