[gegl] autogen.sh: fix automake check to default to checking for 1.10



commit 8c4d388889ab438d8c25e1bfdb09b51369093732
Author: Michael Natterer <mitch gimp org>
Date:   Mon Aug 23 19:36:17 2010 +0200

    autogen.sh: fix automake check to default to checking for 1.10

 autogen.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 694eb03..bae65e4 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -9,10 +9,10 @@
 # tools and you shouldn't use this script.  Just call ./configure
 # directly.
 
-ACLOCAL=${ACLOCAL-aclocal}
+ACLOCAL=${ACLOCAL-aclocal-1.10}
 AUTOCONF=${AUTOCONF-autoconf}
 AUTOHEADER=${AUTOHEADER-autoheader}
-AUTOMAKE=${AUTOMAKE-automake}
+AUTOMAKE=${AUTOMAKE-automake-1.10}
 LIBTOOLIZE=${LIBTOOLIZE-libtoolize}
 
 AUTOCONF_REQUIRED_VERSION=2.54



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