summaryrefslogtreecommitdiffstats
path: root/rules/gettext.in
blob: 11c66cb4a5b3248da4e57bba1b62ed59204ed4e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## 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.