summaryrefslogtreecommitdiffstats
path: root/rules/libpopt.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2007-11-15 14:23:49 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2007-11-15 14:23:49 +0000
commit8872396cff85a590af29c5b7ce867ce68878f730 (patch)
treec440e3adaa15713eda2baa662cdd732ee2a7cab4 /rules/libpopt.in
parentbab3f56cc250590073fc7fbfafe8bf31bfda4a51 (diff)
downloadptxdist-8872396cff85a590af29c5b7ce867ce68878f730.tar.gz
ptxdist-8872396cff85a590af29c5b7ce867ce68878f730.tar.xz
* libpopt: make it possible to build without gettext.
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7615 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/libpopt.in')
-rw-r--r--rules/libpopt.in17
1 files changed, 9 insertions, 8 deletions
diff --git a/rules/libpopt.in b/rules/libpopt.in
index 3cbf601b6..1ff9f4cf8 100644
--- a/rules/libpopt.in
+++ b/rules/libpopt.in
@@ -1,11 +1,12 @@
-config LIBPOPT
+menuconfig LIBPOPT
bool
- prompt "libpopt"
+ prompt "libpopt "
help
- popt command line argument parser library
+ FIXME: This item needs to be documented
- popt is a command line option parsing library inspired
- by the usefulness of getopt, but also by it's deficiencies.
- Amongst other things, it doesn't use global variables,
- can parse any argv-style array, option aliasing and
- automatic generation of help and usage messages.
+config LIBPOPT_NLS
+ bool
+ prompt "native language support"
+ depends on LIBPOPT
+ help
+ Specify if we want to have gettext internationalization.