blob: 56b2859fc62fa2d10eeb943143a20110e2b8a039 (
plain)
1
2
3
4
5
6
7
8
9
10
|
config BR2_PACKAGE_M4
bool "m4"
depends on BR2_USE_WCHAR
help
An implementation of the traditional Unix macro processor.
http://www.gnu.org/software/m4/m4.html
comment "m4 requires a toolchain with WCHAR support"
depends on !BR2_USE_WCHAR
|