summaryrefslogtreecommitdiffstats
path: root/rules/libpopt.in
blob: c70afdba326c1fe9ad1330a2af0c37dd573eb562 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
## SECTION=system_libraries

menuconfig LIBPOPT
	tristate
	prompt "libpopt                       "
	select GCCLIBS_GCC_S
	help
	  lib for parsing cmdline parameters

	  Popt was heavily influenced by the getopt() and
	  getopt_long() functions, but it allows more powerful
	  argument expansion. It can parse arbitrary argv[] style
	  arrays and automatically set variables based on command line
	  arguments. It also allows command line arguments to be
	  aliased via configuration files and includes utility
	  functions for parsing arbitrary strings into argv[] arrays
	  using shell-like rules.

config LIBPOPT_NLS
	bool
	prompt "native language support"
	depends on LIBPOPT
	help
	  Specify if we want to have gettext internationalization.