diff options
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 6cf0f4e4..e0cd2022 100644 --- a/configure.ac +++ b/configure.ac @@ -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], |