From 545106f8db3e9e40d454a8713e713b0741739b23 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Mon, 11 Nov 2002 06:21:00 +0000 Subject: Move awk from textutils to editors. Cleanup run-parts, saves 200 bytes, moves the guts of run_parts to libbb to be used by ifupdown. --- editors/config.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'editors/config.in') diff --git a/editors/config.in b/editors/config.in index 2d0bb37..54e1a90 100644 --- a/editors/config.in +++ b/editors/config.in @@ -6,6 +6,10 @@ mainmenu_option next_comment comment 'Editors' +bool 'awk' CONFIG_AWK +if [ "$CONFIG_AWK" = "y" ]; then + bool ' Enable math functions (requires libm)' CONFIG_FEATURE_AWK_MATH +fi bool 'sed' CONFIG_SED bool 'vi' CONFIG_VI if [ "$CONFIG_VI" = "y" ]; then -- cgit v1.1