--- autogen.sh.orig 2018-04-16 14:57:58.000000000 -0700
+++ autogen.sh 2018-04-16 15:01:35.000000000 -0700
# tools and you shouldn't use this script. Just call ./configure
-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
echo -n "checking for automake >= $AUTOMAKE_REQUIRED_VERSION ... "
if ($AUTOMAKE --version) < /dev/null > /dev/null 2>&1; then
+elif (automake-1.16 --version) < /dev/null > /dev/null 2>&1; then
elif (automake-1.15 --version) < /dev/null > /dev/null 2>&1; then