diff options
author | raveit65 <[email protected]> | 2014-10-16 19:13:36 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-10-16 19:13:36 +0200 |
commit | c31045523129125fd8a59ef21417649a715ac303 (patch) | |
tree | 6feff57c4667837f1c54aae1c2c70f1e56b8e4d7 /configure.ac | |
parent | 3ea2351216e314b43c6163625600e33ea5feffa8 (diff) | |
download | mate-themes-c31045523129125fd8a59ef21417649a715ac303.tar.bz2 mate-themes-c31045523129125fd8a59ef21417649a715ac303.tar.xz |
don't build gzip tarballs
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e616c40f..d0f276cf 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.53) AC_INIT([mate-themes], [3.8.0], [http://www.mate-desktop.org]) AC_CONFIG_SRCDIR([icon-themes]) -AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz]) +AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz no-dist-gzip check-news]) # Enable silent build rules by default, requires at least # Automake-1.11. Disable by either passing --disable-silent-rules to |