2004-10-09 08:13:40 +02:00
|
|
|
config BR2_PACKAGE_GREP
|
2004-10-14 22:33:45 +02:00
|
|
|
bool "grep"
|
2010-12-17 17:24:10 +01:00
|
|
|
depends on BR2_USE_WCHAR
|
2010-05-24 21:17:55 +02:00
|
|
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
2004-10-09 08:13:40 +02:00
|
|
|
help
|
2004-10-14 22:33:45 +02:00
|
|
|
The GNU regular expression matcher.
|
2008-07-23 12:35:53 +02:00
|
|
|
|
2004-10-14 22:33:45 +02:00
|
|
|
http://www.gnu.org/software/grep/grep.html
|
2010-12-17 17:24:10 +01:00
|
|
|
|
|
|
|
comment "grep needs a toolchain with WCHAR support"
|
|
|
|
depends on !BR2_USE_WCHAR
|