[gimp] autogen: add support for recent automake 1.16.
- From: Jehan Pagès <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] autogen: add support for recent automake 1.16.
- Date: Thu, 22 Mar 2018 12:34:25 +0000 (UTC)
commit 848b89afc277a7fa31228f9a6fce248e1c756f4c
Author: Jehan <jehan girinstud io>
Date: Thu Mar 22 13:19:44 2018 +0100
autogen: add support for recent automake 1.16.
autogen.sh | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 089ec2d..bca839b 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -157,6 +157,9 @@ printf "checking for automake >= $AUTOMAKE_REQUIRED_VERSION ... "
if ($AUTOMAKE --version) < /dev/null > /dev/null 2>&1; then
AUTOMAKE=$AUTOMAKE
ACLOCAL=$ACLOCAL
+elif (automake-1.16 --version) < /dev/null > /dev/null 2>&1; then
+ AUTOMAKE=automake-1.16
+ ACLOCAL=aclocal-1.16
elif (automake-1.15 --version) < /dev/null > /dev/null 2>&1; then
AUTOMAKE=automake-1.15
ACLOCAL=aclocal-1.15
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]