[grilo] Required version of automake is 1.10. Fixes #620143



commit 503afdfa9beb8c572c612a92277872df261770d3
Author: Iago Toral Quiroga <itoral igalia com>
Date:   Mon Jul 12 10:16:53 2010 +0200

    Required version of automake is 1.10.
    Fixes #620143

 autogen.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 7d528c0..0f00aae 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,7 +4,7 @@
 srcdir=`dirname $0`
 test -z "$srcdir" && srcdir=.
 
-REQUIRED_AUTOMAKE_VERSION=1.8
+REQUIRED_AUTOMAKE_VERSION=1.10
 ACLOCAL_FLAGS="-I m4"
 PKG_NAME="grilo"
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]