diff options
author | Milan Crha <mcrha@redhat.com> | 2011-08-31 23:47:45 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-09-14 20:08:58 +0800 |
commit | f9c8277b9e9fd0f4f0ed2db898d1ea4e119c1137 (patch) | |
tree | 5954a2c8469657c7ba4bab98ae8fc84b4108f29c /configure.ac | |
parent | 2d83815830abdd2e9d84eb8a8323c741ba53047d (diff) | |
download | gsoc2013-evolution-f9c8277b9e9fd0f4f0ed2db898d1ea4e119c1137.tar.gz gsoc2013-evolution-f9c8277b9e9fd0f4f0ed2db898d1ea4e119c1137.tar.zst gsoc2013-evolution-f9c8277b9e9fd0f4f0ed2db898d1ea4e119c1137.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) |