[gimp/metadata-browser] fix autogen.sh to work with automake 1.12
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] fix autogen.sh to work with automake 1.12
- Date: Thu, 13 Sep 2012 00:08:11 +0000 (UTC)
commit 6508abf611c1cb51ef86d3354b88393c3e73bc4e
Author: Michael Murà <mure michael gmail com>
Date: Sun May 6 16:42:55 2012 +0900
fix autogen.sh to work with automake 1.12
autogen.sh | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index b182d95..6b3911d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -157,6 +157,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.12 --version) < /dev/null > /dev/null 2>&1; then
+ AUTOMAKE=automake-1.12
+ ACLOCAL=aclocal-1.12
elif (automake-1.11 --version) < /dev/null > /dev/null 2>&1; then
AUTOMAKE=automake-1.11
ACLOCAL=aclocal-1.11
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]