## SECTION=shell_and_console menuconfig GAWK tristate prompt "gawk " select LIBC_M select LIBC_DL select GCCLIBS_GCC_S depends on !BUSYBOX_AWK || ALLYES help Gawk is the GNU Project's implementation of the AWK programming language. It conforms to the definition of the language in the POSIX 1003.2 Command Language And Utilities Standard. if GAWK config GAWK_AWKLIB bool "Install awklib" config GAWK_EXTENSIONS bool "Install extensions" endif comment "BusyBox' awk is selected!" depends on BUSYBOX_AWK