From bedec42b53b89377e2375786596608f75f4e48fe Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Wed, 12 Jul 2023 16:15:57 +0200 Subject: Revert "Update requirements: autoconf==2.71 and automake>=1.16" This reverts commit 658f5e574f4025655da318fb0b688a394b6ff43f, which was made without any justification, and prevents using crosstool-ng even in decently recent distributions like Ubuntu 20.04 (which has autoconf 2.69). We have tested that ./bootstrap && ./configure --enable-local works fine on Ubuntu 18.04, which uses autoconf 2.69 and automake 1.15, so the existing requirements were enough. Signed-off-by: Thomas Petazzoni --- config/configure.in.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'config') diff --git a/config/configure.in.in b/config/configure.in.in index 91093c2d..c67fd35f 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_71_or_newer - @KCONFIG_autoconf_2_71_or_newer@ +config CONFIGURE_has_autoconf_2_65_or_newer + @KCONFIG_autoconf_2_65_or_newer@ -config CONFIGURE_has_autoreconf_2_71_or_newer - @KCONFIG_autoreconf_2_71_or_newer@ +config CONFIGURE_has_autoreconf_2_65_or_newer + @KCONFIG_autoreconf_2_65_or_newer@ -config CONFIGURE_has_automake_1_16_or_newer - @KCONFIG_automake_1_16_or_newer@ +config CONFIGURE_has_automake_1_15_or_newer + @KCONFIG_automake_1_15_or_newer@ config CONFIGURE_has_gnu_m4_1_4_12_or_newer @KCONFIG_gnu_m4_1_4_12_or_newer@ -- cgit v1.2.3