From 23aef79883b1f4d0e009c9b3cf24cc8fd62b84f1 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Sun, 22 Jan 2017 15:50:18 -0800 Subject: Declare older versions obsolete. Signed-off-by: Alexey Neyman --- config/companion_tools/automake.in | 9 ++++++--- config/companion_tools/m4.in | 3 ++- config/companion_tools/make.in | 9 ++++++--- 3 files changed, 14 insertions(+), 7 deletions(-) (limited to 'config/companion_tools') diff --git a/config/companion_tools/automake.in b/config/companion_tools/automake.in index 500ae14d..781a44a7 100644 --- a/config/companion_tools/automake.in +++ b/config/companion_tools/automake.in @@ -14,15 +14,18 @@ config AUTOMAKE_V_1_15 config AUTOMAKE_V_1_14 bool - prompt "1.14" + prompt "1.14 (OBSOLETE)" + depends on OBSOLETE config AUTOMAKE_V_1_11_6 bool - prompt "1.11.6" + prompt "1.11.6 (OBSOLETE)" + depends on OBSOLETE config AUTOMAKE_V_1_11_1 bool - prompt "1.11.1" + prompt "1.11.1 (OBSOLETE)" + depends on OBSOLETE endchoice diff --git a/config/companion_tools/m4.in b/config/companion_tools/m4.in index b99a4666..33a0aaf4 100644 --- a/config/companion_tools/m4.in +++ b/config/companion_tools/m4.in @@ -14,7 +14,8 @@ config M4_V_1_4_17 config M4_V_1_4_13 bool - prompt "1.4.13" + prompt "1.4.13 (OBSOLETE)" + depends on OBSOLETE endchoice diff --git a/config/companion_tools/make.in b/config/companion_tools/make.in index 0935cd86..e9e7997a 100644 --- a/config/companion_tools/make.in +++ b/config/companion_tools/make.in @@ -14,15 +14,18 @@ config MAKE_V_4_2_1 config MAKE_V_4_1 bool - prompt "4.1" + prompt "4.1 (OBSOLETE)" + depends on OBSOLETE config MAKE_V_4_0 bool - prompt "4.0" + prompt "4.0 (OBSOLETE)" + depends on OBSOLETE config MAKE_V_3_81 bool - prompt "3.81" + prompt "3.81 (OBSOLETE)" + depends on OBSOLETE endchoice -- cgit v1.2.3 From 42c9f031dd0c65304d844e63c4e4398f40b4d7e3 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Sun, 22 Jan 2017 15:57:15 -0800 Subject: Add m4 1.4.18 Signed-off-by: Alexey Neyman --- config/companion_tools/m4.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'config/companion_tools') diff --git a/config/companion_tools/m4.in b/config/companion_tools/m4.in index 33a0aaf4..a09e9fa0 100644 --- a/config/companion_tools/m4.in +++ b/config/companion_tools/m4.in @@ -8,9 +8,14 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config M4_V_1_4_18 + bool + prompt "1.4.18" + config M4_V_1_4_17 bool - prompt "1.4.17" + prompt "1.4.17 (OBSOLETE)" + depends on OBSOLETE config M4_V_1_4_13 bool @@ -23,5 +28,6 @@ config M4_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "1.4.18" if M4_V_1_4_18 default "1.4.17" if M4_V_1_4_17 default "1.4.13" if M4_V_1_4_13 -- cgit v1.2.3