2004-10-09 08:13:40 +02:00
|
|
|
config BR2_PACKAGE_M4
|
2004-12-26 08:36:59 +01:00
|
|
|
bool "m4"
|
2010-09-19 22:34:20 +02:00
|
|
|
depends on BR2_USE_WCHAR
|
2012-05-08 01:27:22 +02:00
|
|
|
# uses fork()
|
|
|
|
depends on BR2_USE_MMU
|
2004-10-09 08:13:40 +02:00
|
|
|
help
|
2004-12-26 08:36:59 +01:00
|
|
|
An implementation of the traditional Unix macro processor.
|
2004-10-09 08:13:40 +02:00
|
|
|
|
2004-12-26 08:36:59 +01:00
|
|
|
http://www.gnu.org/software/m4/m4.html
|
2010-09-19 22:34:20 +02:00
|
|
|
|
|
|
|
comment "m4 requires a toolchain with WCHAR support"
|
|
|
|
depends on !BR2_USE_WCHAR
|