Skip to content
Permalink
Browse files

gimp-jp2: fix build by updating automake dependency

  • Loading branch information
pguyot authored and pmetzger committed Mar 26, 2018
1 parent b756996 commit d2b5ae6c72f380a565d3104e4e71d2c24156f7d9
Showing with 5 additions and 2 deletions.
  1. +5 −2 graphics/gimp-jp2/files/patch-autogen.sh.diff
@@ -5,14 +5,17 @@

AUTOCONF_REQUIRED_VERSION=2.54
-AUTOMAKE_REQUIRED_VERSION=1.6
+AUTOMAKE_REQUIRED_VERSION=1.15
+AUTOMAKE_REQUIRED_VERSION=1.16
GLIB_REQUIRED_VERSION=2.0.0
INTLTOOL_REQUIRED_VERSION=0.17

@@ -62,6 +62,9 @@
@@ -62,6 +62,12 @@
elif (automake-1.9 --version) < /dev/null > /dev/null 2>&1; then
AUTOMAKE=automake-1.9
ACLOCAL=aclocal-1.9
+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

0 comments on commit d2b5ae6

Please sign in to comment.
You can’t perform that action at this time.