aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2011-08-31 23:47:45 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-09-14 20:08:58 +0800
commitf9c8277b9e9fd0f4f0ed2db898d1ea4e119c1137 (patch)
tree5954a2c8469657c7ba4bab98ae8fc84b4108f29c /configure.ac
parent2d83815830abdd2e9d84eb8a8323c741ba53047d (diff)
downloadgsoc2013-evolution-f9c8277b9e9fd0f4f0ed2db898d1ea4e119c1137.tar
gsoc2013-evolution-f9c8277b9e9fd0f4f0ed2db898d1ea4e119c1137.tar.gz
gsoc2013-evolution-f9c8277b9e9fd0f4f0ed2db898d1ea4e119c1137.tar.bz2
gsoc2013-evolution-f9c8277b9e9fd0f4f0ed2db898d1ea4e119c1137.tar.lz
gsoc2013-evolution-f9c8277b9e9fd0f4f0ed2db898d1ea4e119c1137.tar.xz
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.ac2
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)