summaryrefslogtreecommitdiffstats
path: root/package/bison
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-12-24 09:23:11 +0000
committerMike Frysinger <vapier@gentoo.org>2004-12-24 09:23:11 +0000
commitab798b88d9818d22fafdb994cb064883ec56c956 (patch)
treef40b1c70426c3435576c462e4077ef6f5471ffd0 /package/bison
parent5d05aa8ed6989bcb5f7820f573cf834f28973445 (diff)
downloadbuildroot-novena-ab798b88d9818d22fafdb994cb064883ec56c956.tar.gz
buildroot-novena-ab798b88d9818d22fafdb994cb064883ec56c956.zip
merge help descriptions written by Tom Cameron
Diffstat (limited to 'package/bison')
-rw-r--r--package/bison/Config.in9
1 files changed, 5 insertions, 4 deletions
diff --git a/package/bison/Config.in b/package/bison/Config.in
index c0716987d..ca9fe7f3c 100644
--- a/package/bison/Config.in
+++ b/package/bison/Config.in
@@ -1,8 +1,9 @@
-#
-
config BR2_PACKAGE_BISON
- bool"bison"
+ bool "bison"
default n
help
- Add help text here.
+ General-purpose parser generator that converts a
+ grammar description for an LALR context-free grammar into a C
+ program to parse that grammar.
+ http://www.gnu.org/software/bison/