summaryrefslogtreecommitdiffstats
path: root/rules/host-gettext.in
blob: 8c7313244626b7354ae3ced3f21ecf0063fb942d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
menuconfig HOST_GETTEXT
	bool "gettext (GNU)               "
#	select HOST_LIBICONV if ARCH_MINGW
	help
	  The gettext program translates a natural language
	  message into the user's language, by looking up
	  the translation in a message catalog.

config HOST_GETTEXT_LIBINTL
	bool
	depends on HOST_GETTEXT
	prompt "Install GNU libintl"
	help
	  FIXME: This item needs to be documented