summaryrefslogtreecommitdiff
path: root/config/companion_libs/gettext.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/companion_libs/gettext.in')
-rwxr-xr-xconfig/companion_libs/gettext.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/config/companion_libs/gettext.in b/config/companion_libs/gettext.in
new file mode 100755
index 0000000..ef5e5a5
--- /dev/null
+++ b/config/companion_libs/gettext.in
@@ -0,0 +1,19 @@
+# gettext options
+
+choice
+ bool
+ prompt "gettext version"
+# Don't remove next line
+# CT_INSERT_VERSION_BELOW
+
+config GETTEXT_V_0_19_6
+ bool
+ prompt "0.19.6"
+
+endchoice
+
+config GETTEXT_VERSION
+ string
+# Don't remove next line
+# CT_INSERT_VERSION_STRING_BELOW
+ default "0.19.6" if GETTEXT_V_0_19_6