diff options
author | raveit65 <[email protected]> | 2013-12-08 15:49:57 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2013-12-08 15:49:57 +0100 |
commit | 67351905e90728eb55f38bac620a8cf8ba72ba30 (patch) | |
tree | b15f68dc406b8809ee94097069867dd7dc308a56 | |
parent | 92c36cfbb8bd62d9bd5e39a84c48d65142d7ead6 (diff) | |
download | mate-themes-67351905e90728eb55f38bac620a8cf8ba72ba30.tar.bz2 mate-themes-67351905e90728eb55f38bac620a8cf8ba72ba30.tar.xz |
disable creating gzip tarball with make dist
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |