diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/comp_tools/autoconf.in | 4 | ||||
-rw-r--r-- | config/configure.in.in | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/config/comp_tools/autoconf.in b/config/comp_tools/autoconf.in index b84d5874..12327821 100644 --- a/config/comp_tools/autoconf.in +++ b/config/comp_tools/autoconf.in @@ -1,5 +1,5 @@ # Autoconf -## default y if !CONFIGURE_has_autoconf_2_63_or_newer -## default y if !CONFIGURE_has_autoreconf_2_63_or_newer +## default y if !CONFIGURE_has_autoconf_2_65_or_newer +## default y if !CONFIGURE_has_autoreconf_2_65_or_newer ## help Autoconf diff --git a/config/configure.in.in b/config/configure.in.in index 3560336d..c8003a03 100644 --- a/config/configure.in.in +++ b/config/configure.in.in @@ -24,11 +24,11 @@ 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_63_or_newer - @KCONFIG_autoconf_2_63_or_newer@ +config CONFIGURE_has_autoconf_2_65_or_newer + @KCONFIG_autoconf_2_65_or_newer@ -config CONFIGURE_has_autoreconf_2_63_or_newer - @KCONFIG_autoreconf_2_63_or_newer@ +config CONFIGURE_has_autoreconf_2_65_or_newer + @KCONFIG_autoreconf_2_65_or_newer@ config CONFIGURE_has_automake_1_15_or_newer @KCONFIG_automake_1_15_or_newer@ |