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 diff --git a/config/companion_tools/m4.in b/config/companion_tools/m4.in index 33a0aaf..a09e9fa 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 v0.10.2-6-g49f6