From: Stefan Schmidt Date: Mon, 19 Feb 2018 15:16:17 +0000 (+0100) Subject: build: disable gz compression for release tarballs X-Git-Tag: upstream/1.21.0~1892 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7abba8bb6b78c7e2c7bba82b40031838f4110ce5;p=platform%2Fupstream%2Fefl.git 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. --- diff --git a/configure.ac b/configure.ac index 7a57bea..5ace27c 100755 --- 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