Permalink
Browse files
gimp2: fix build with automake 1.16
- Loading branch information
Showing
with
3 additions
and
0 deletions.
-
+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 |
|
|
|