aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH.Habighorst <tearofadragon@googlemail.com>2009-06-23 23:17:39 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-06-23 23:17:39 +0800
commit461eb9e6aa231edc12686b94a46b9fb52e04f020 (patch)
tree03d1323e68adad7fd52a460561a219da983cff3b
parent639c1b0bfe9eadb4d36ddb373843f1ff72337bd5 (diff)
downloadgsoc2013-evolution-461eb9e6aa231edc12686b94a46b9fb52e04f020.tar
gsoc2013-evolution-461eb9e6aa231edc12686b94a46b9fb52e04f020.tar.gz
gsoc2013-evolution-461eb9e6aa231edc12686b94a46b9fb52e04f020.tar.bz2
gsoc2013-evolution-461eb9e6aa231edc12686b94a46b9fb52e04f020.tar.lz
gsoc2013-evolution-461eb9e6aa231edc12686b94a46b9fb52e04f020.tar.xz
gsoc2013-evolution-461eb9e6aa231edc12686b94a46b9fb52e04f020.tar.zst
gsoc2013-evolution-461eb9e6aa231edc12686b94a46b9fb52e04f020.zip
Bug 586632 – Require automake 1.9
-rwxr-xr-xautogen.sh2
-rw-r--r--configure.ac6
2 files changed, 2 insertions, 6 deletions
diff --git a/autogen.sh b/autogen.sh
index 1e2af1a08c..5a60b6ef41 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,7 +5,7 @@ srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
PKG_NAME="Evolution"
-REQUIRED_AUTOMAKE_VERSION=1.6
+REQUIRED_AUTOMAKE_VERSION=1.9
(test -f $srcdir/configure.ac \
&& test -f $srcdir/ChangeLog \
diff --git a/configure.ac b/configure.ac
index 5260460841..e5fde04804 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,17 +21,13 @@ m4_define([upgrade_revision], [0])
# Autoconf / Automake Initialization
AC_PREREQ(2.54)
AC_INIT(evolution, [evo_version], http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution)
-AM_INIT_AUTOMAKE([gnu])
+AM_INIT_AUTOMAKE([gnu 1.9])
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_SRCDIR(README)
# Gnome Doc Initialization
GNOME_DOC_INIT
-# Gross hack to enable 'make dist' on automake 1.9+tar 1.14.
-# The extra brackets are to foil regex-based scans.
-m4_ifdef([_A][M_PROG_TAR],[_A][M_SET_OPTION([tar-ustar])])
-
# Some requirements have versioned package names
# XXX In the spirit of getting rid of versioned
# files, can we please drop these suffixes?