summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 6cf0f4e..e0cd202 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],