From 67351905e90728eb55f38bac620a8cf8ba72ba30 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 8 Dec 2013 15:49:57 +0100 Subject: disable creating gzip tarball with make dist --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 96e716e3..2168f2f7 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.53) AC_INIT([mate-themes], [1.6.2], [http://www.mate-desktop.org]) AC_CONFIG_SRCDIR([icon-themes]) -AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz]) +AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz tar-ustar]) # Enable silent build rules by default, requires at least # Automake-1.11. Disable by either passing --disable-silent-rules to -- cgit v1.2.1