summaryrefslogtreecommitdiffstats
path: root/rules/gettext.in
blob: dc05739120eca488eedaaff2f2d1badb04a9ae00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## SECTION=system_libraries
menuconfig GETTEXT
	tristate
	prompt "gettext (gnu)                 "
	select LIBC_M
	select LIBC_DL
	select GCCLIBS_CXX
	select GCCLIBS_GCC_S
	help
	  The gettext program translates a natural language
	  message into the user's language, by looking up
	  the translation in a message catalog.


if GETTEXT

config GETTEXT_ENVSUBST
	bool
	prompt "envsubst"
	help
	  Substitutes environment variables in shell format strings

endif