aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
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 /autogen.sh
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
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 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 \