[gegl] Make PyGEGL look for automake 1.11



commit 3383b54c5b125dc88fdd5bc62f7759936e68a6a4
Author: Stuart Axon <stuaxo2 yahoo com>
Date:   Sun May 16 21:35:25 2010 +0200

    Make PyGEGL look for automake 1.11

 bindings/pygegl/autogen.sh |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/bindings/pygegl/autogen.sh b/bindings/pygegl/autogen.sh
index 3f6a501..ae8304e 100755
--- a/bindings/pygegl/autogen.sh
+++ b/bindings/pygegl/autogen.sh
@@ -132,6 +132,9 @@ echo -n "checking for automake >= $AUTOMAKE_REQUIRED_VERSION ... "
 if ($AUTOMAKE --version) < /dev/null > /dev/null 2>&1; then
    AUTOMAKE=$AUTOMAKE
    ACLOCAL=$ACLOCAL
+elif (automake-1.11 --version) < /dev/null > /dev/null 2>&1; then
+   AUTOMAKE=automake-1.11
+   ACLOCAL=aclocal-1.11
 elif (automake-1.10 --version) < /dev/null > /dev/null 2>&1; then
    AUTOMAKE=automake-1.10
    ACLOCAL=aclocal-1.10



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