--- mypaint-brushes-1.3.0/autogen.sh 2018-01-01 21:22:53.000000000 +0100 +++ mypaint-brushes-1.3.0.new/autogen.sh 2018-05-04 11:04:57.738774703 +0200 @@ -7,12 +7,12 @@ # tools and you shouldn't use this script. Just call ./configure # directly. -ACLOCAL=${ACLOCAL-aclocal-1.13} +ACLOCAL=${ACLOCAL-aclocal-1.16} AUTOCONF=${AUTOCONF-autoconf} -AUTOMAKE=${AUTOMAKE-automake-1.13} +AUTOMAKE=${AUTOMAKE-automake-1.16} AUTOCONF_REQUIRED_VERSION=2.62 -AUTOMAKE_REQUIRED_VERSION=1.13 +AUTOMAKE_REQUIRED_VERSION=1.16 PROJECT="mypaint-brushes" @@ -96,9 +96,9 @@ elif (automake-1.14 --version) < /dev/null > /dev/null 2>&1; then AUTOMAKE=automake-1.14 ACLOCAL=aclocal-1.14 -elif (automake-1.13 --version) < /dev/null > /dev/null 2>&1; then - AUTOMAKE=automake-1.13 - ACLOCAL=aclocal-1.13 +elif (automake-1.16 --version) < /dev/null > /dev/null 2>&1; then + AUTOMAKE=automake-1.16 + ACLOCAL=aclocal-1.16 else echo echo " You must have automake $AUTOMAKE_REQUIRED_VERSION or newer installed to compile $PROJECT."