summaryrefslogtreecommitdiffstats
path: root/rules/gettext.in
blob: 49ea927b2c5337a569e12fd5821f8de0a98a80b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## SECTION=system_libraries
menuconfig GETTEXT
	tristate
	prompt "gettext (gnu)                 "
	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_LIBINTL
	bool
	prompt "install gnu libintl"
	help
	  libintl is the GNU internationalization runtime library.

endif