summaryrefslogtreecommitdiffstats
path: root/rules/gettext.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2005-06-12 19:18:44 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2005-06-12 19:18:44 +0000
commita89b8c87748544b259fc376182fc09909ff73afc (patch)
tree9bbcda782aa04cb0f3177a995cf9ad9aed63e410 /rules/gettext.in
parentde9ad77cc0f601433ffc205ae9d39bc1a48527ca (diff)
downloadptxdist-a89b8c87748544b259fc376182fc09909ff73afc.tar.gz
ptxdist-a89b8c87748544b259fc376182fc09909ff73afc.tar.xz
restructuring menu structure
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2751 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/gettext.in')
-rw-r--r--rules/gettext.in8
1 files changed, 2 insertions, 6 deletions
diff --git a/rules/gettext.in b/rules/gettext.in
index c934159f0..0d4928b76 100644
--- a/rules/gettext.in
+++ b/rules/gettext.in
@@ -1,13 +1,9 @@
-menu "gettext "
-
-config GETTEXT
- bool
+menuconfig GETTEXT
+ bool "gettext (GNU)"
depends on GCC_SHARED
- prompt "Compile GNU gettext"
config GETTEXT_LIBINTL
bool
depends on GETTEXT
prompt "Install GNU libintl"
-endmenu