aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2022-10-23 13:09:59 -0700
committerChris Packham <judge.packham@gmail.com>2022-10-27 21:28:42 +1300
commit658f5e574f4025655da318fb0b688a394b6ff43f (patch)
tree6838b4f96092dd39373d58206ccfc59871aae07c
parentcf9beb1e4fadda47a3251eaea2d701555dcdf957 (diff)
downloadcrosstool-ng-658f5e574f4025655da318fb0b688a394b6ff43f.tar.gz
crosstool-ng-658f5e574f4025655da318fb0b688a394b6ff43f.tar.bz2
crosstool-ng-658f5e574f4025655da318fb0b688a394b6ff43f.zip
Update requirements: autoconf==2.71 and automake>=1.16
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
-rw-r--r--config/configure.in.in12
-rw-r--r--configure.ac14
2 files changed, 13 insertions, 13 deletions
diff --git a/config/configure.in.in b/config/configure.in.in
index c67fd35f..91093c2d 100644
--- a/config/configure.in.in
+++ b/config/configure.in.in
@@ -36,14 +36,14 @@ config CONFIGURE_has_libtool_2_4_or_newer
config CONFIGURE_has_libtoolize_2_4_or_newer
@KCONFIG_libtoolize_2_4_or_newer@
-config CONFIGURE_has_autoconf_2_65_or_newer
- @KCONFIG_autoconf_2_65_or_newer@
+config CONFIGURE_has_autoconf_2_71_or_newer
+ @KCONFIG_autoconf_2_71_or_newer@
-config CONFIGURE_has_autoreconf_2_65_or_newer
- @KCONFIG_autoreconf_2_65_or_newer@
+config CONFIGURE_has_autoreconf_2_71_or_newer
+ @KCONFIG_autoreconf_2_71_or_newer@
-config CONFIGURE_has_automake_1_15_or_newer
- @KCONFIG_automake_1_15_or_newer@
+config CONFIGURE_has_automake_1_16_or_newer
+ @KCONFIG_automake_1_16_or_newer@
config CONFIGURE_has_gnu_m4_1_4_12_or_newer
@KCONFIG_gnu_m4_1_4_12_or_newer@
diff --git a/configure.ac b/configure.ac
index 7e1a9acd..7f5f863d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
-AC_PREREQ([2.69])
+AC_PREREQ([2.71])
AC_INIT(
[crosstool-NG],
@@ -226,25 +226,25 @@ CTNG_PROG_VERSION_REQ_ANY([LIBTOOLIZE],
[libtoolize_2_4_or_newer])
CTNG_PROG_VERSION([AUTOCONF],
- [GNU autoconf >= 2.65],
+ [GNU autoconf >= 2.71],
[autoconf],
[autoconf],
[\(GNU Autoconf\) ([3-9]\.|2\.[7-9][0-9]|2\.6[5-9])],
- [autoconf_2_65_or_newer])
+ [autoconf_2_71_or_newer])
CTNG_PROG_VERSION([AUTORECONF],
- [GNU autoreconf >= 2.63],
+ [GNU autoreconf >= 2.71],
[autoreconf],
[autoreconf],
[\(GNU Autoconf\) ([3-9]\.|2\.[7-9][0-9]|2\.6[5-9])],
- [autoreconf_2_65_or_newer])
+ [autoreconf_2_71_or_newer])
CTNG_PROG_VERSION([AUTOMAKE],
- [GNU automake >= 1.15],
+ [GNU automake >= 1.16],
[automake],
[automake],
[\(GNU automake\) ([2-9]\.|1\.[2-9][0-9]|1\.1[5-9])],
- [automake_1_15_or_newer])
+ [automake_1_16_or_newer])
CTNG_PROG_VERSION([M4],
[GNU m4 >= 1.4.12],