diff options
author | Alexey Neyman <stilor@att.net> | 2017-01-29 21:39:44 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-01-29 21:39:44 -0800 |
commit | 30c91131a1ad00459fa99574ad0aaa3ccb3b11dd (patch) | |
tree | 10aaa5103250f4fea93a2ad5a097552b644deae7 /configure.ac | |
parent | c6d855433287a19fe90a717e4e0bd82604dbd105 (diff) | |
download | crosstool-ng-30c91131a1ad00459fa99574ad0aaa3ccb3b11dd.tar.gz crosstool-ng-30c91131a1ad00459fa99574ad0aaa3ccb3b11dd.tar.bz2 crosstool-ng-30c91131a1ad00459fa99574ad0aaa3ccb3b11dd.zip |
Bump autoconf requirement to 2.65
Required by automake 1.15.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'configure.ac')
-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], |