File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 99# tools and you shouldn't use this script. Just call ./configure
1010# directly.
1111
12- ACLOCAL=${ACLOCAL-aclocal-1.17 }
12+ ACLOCAL=${ACLOCAL-aclocal-1.18 }
1313AUTOCONF=${AUTOCONF-autoconf}
1414AUTOHEADER=${AUTOHEADER-autoheader}
15- AUTOMAKE=${AUTOMAKE-automake-1.17 }
15+ AUTOMAKE=${AUTOMAKE-automake-1.18 }
1616LIBTOOLIZE=${LIBTOOLIZE-libtoolize}
1717PYTHON=${PYTHON-python}
1818
@@ -128,6 +128,9 @@ printf "checking for automake >= $AUTOMAKE_REQUIRED_VERSION ... "
128128if ($AUTOMAKE --version) < /dev/null > /dev/null 2>&1 ; then
129129 AUTOMAKE=$AUTOMAKE
130130 ACLOCAL=$ACLOCAL
131+ elif (automake-1.18 --version) < /dev/null > /dev/null 2>&1 ; then
132+ AUTOMAKE=automake-1.18
133+ ACLOCAL=aclocal-1.18
131134elif (automake-1.17 --version) < /dev/null > /dev/null 2>&1 ; then
132135 AUTOMAKE=automake-1.17
133136 ACLOCAL=aclocal-1.17
You can’t perform that action at this time.
0 commit comments