diff options
author | Milan Crha <mcrha@redhat.com> | 2011-08-31 23:47:45 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2011-08-31 23:47:45 +0800 |
commit | bb5984a6ef26f4f580b66f9ae1732c2e8721f355 (patch) | |
tree | e4b1db6e84bbcbcea187ee088137198639628eec /configure.ac | |
parent | bd719c5fd879e96450d81339ff85f525a1ad8a13 (diff) | |
download | gsoc2013-evolution-bb5984a6ef26f4f580b66f9ae1732c2e8721f355.tar.gz gsoc2013-evolution-bb5984a6ef26f4f580b66f9ae1732c2e8721f355.tar.zst gsoc2013-evolution-bb5984a6ef26f4f580b66f9ae1732c2e8721f355.zip |
Create tar.xz files for 'make dist' only
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 43f7c992cd..69e7b762c6 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ m4_define([upgrade_revision], [0]) dnl Autoconf / Automake Initialization AC_PREREQ(2.58) AC_INIT([evolution],[evo_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution]) -AM_INIT_AUTOMAKE([1.10 -Wall -Werror foreign]) +AM_INIT_AUTOMAKE([1.10 dist-xz no-dist-gzip -Wall -Werror foreign]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_SRCDIR(README) |