summaryrefslogtreecommitdiffstats
path: root/rules/gawk.in
blob: e9efaa10d9a1fc3ed02bfd018ba2536370526230 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
## 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_PGAWK
	bool "Install pgawk"

config GAWK_AWKLIB
	bool "Install awklib"

endif

comment "BusyBox' awk is selected!"
	depends on BUSYBOX_AWK