Bump autoconf requirement to 2.65

Required by automake 1.15.

Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
Alexey Neyman 2017-01-29 21:39:44 -08:00
parent c6d8554332
commit 30c91131a1

View File

@ -274,10 +274,10 @@ ACX_PROG_VERSION([LIBTOOLIZE],
[libtoolize_2_4_or_newer])
ACX_PROG_VERSION([AUTOCONF],
[GNU autoconf >= 2.63],
[GNU autoconf >= 2.65],
[AUTOCONF],
[autoconf],
['^autoconf \(GNU Autoconf\) ([3-9]\.|2\.[7-9][0-9]|2\.6[3-9])'],
['^autoconf \(GNU Autoconf\) ([3-9]\.|2\.[7-9][0-9]|2\.6[5-9])'],
[autoconf_2_63_or_newer])
ACX_PROG_VERSION([AUTORECONF],