diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-05-15 04:34:00 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-05-15 04:34:43 +0800 |
commit | 9d78c2ce79d5a58ced8da3342cbd9930c3a37451 (patch) | |
tree | 71174d00395374cc72eebe0c26853e12b719009a | |
parent | 45cf94ed85e40b23c60bad861e56009e8f899e4c (diff) | |
download | gsoc2013-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
-rwxr-xr-x | autogen.sh | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/configure.ac b/configure.ac index 5afd8917e1..214132cd7b 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.9 -Wall -Werror foreign]) +AM_INIT_AUTOMAKE([1.10 -Wall -Werror foreign]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_SRCDIR(README) |