Skip to content
Permalink
Browse files

gimp2: fix build with automake 1.16

  • Loading branch information
dbevans committed Mar 22, 2018
1 parent 63d5bd6 commit 477d9ffa61e5697d2d808cee570425c46997a878
Showing with 3 additions and 0 deletions.
  1. +3 −0 graphics/gimp2/files/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.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 477d9ff

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