aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-05-15 04:34:00 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-05-15 04:34:43 +0800
commit9d78c2ce79d5a58ced8da3342cbd9930c3a37451 (patch)
tree71174d00395374cc72eebe0c26853e12b719009a /autogen.sh
parent45cf94ed85e40b23c60bad861e56009e8f899e4c (diff)
downloadgsoc2013-evolution-9d78c2ce79d5a58ced8da3342cbd9930c3a37451.tar
gsoc2013-evolution-9d78c2ce79d5a58ced8da3342cbd9930c3a37451.tar.gz
gsoc2013-evolution-9d78c2ce79d5a58ced8da3342cbd9930c3a37451.tar.bz2
gsoc2013-evolution-9d78c2ce79d5a58ced8da3342cbd9930c3a37451.tar.lz
gsoc2013-evolution-9d78c2ce79d5a58ced8da3342cbd9930c3a37451.tar.xz
gsoc2013-evolution-9d78c2ce79d5a58ced8da3342cbd9930c3a37451.tar.zst
gsoc2013-evolution-9d78c2ce79d5a58ced8da3342cbd9930c3a37451.zip
Bug 618578 - Require automake >= 1.10
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index f346c77651..33433f578d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -6,7 +6,7 @@ test -z "$srcdir" && srcdir=.
PKG_NAME="Evolution"
REQUIRED_AUTOCONF_VERSION=2.58
-REQUIRED_AUTOMAKE_VERSION=1.9
+REQUIRED_AUTOMAKE_VERSION=1.10
REQUIRED_LIBTOOL_VERSION=2.2
REQUIRED_INTLTOOL_VERSION=0.35.5