From ba43649530f7fcf29c17d273cfc09c49f6c3a8b5 Mon Sep 17 00:00:00 2001 From: bobpengxie Date: Thu, 27 Apr 2023 09:19:13 +0000 Subject: [PATCH] 8306976: UTIL_REQUIRE_SPECIAL warning on grep Reviewed-by: clanger, mbaesken --- make/autoconf/basic_tools.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/autoconf/basic_tools.m4 b/make/autoconf/basic_tools.m4 index cd9f37a3f32..92a4582ecdd 100644 --- a/make/autoconf/basic_tools.m4 +++ b/make/autoconf/basic_tools.m4 @@ -49,6 +49,7 @@ AC_DEFUN_ONCE([BASIC_SETUP_FUNDAMENTAL_TOOLS], UTIL_REQUIRE_PROGS(WC, wc) # Required tools with some special treatment + UTIL_REQUIRE_SPECIAL(GREP, [AC_PROG_GREP]) UTIL_REQUIRE_SPECIAL(EGREP, [AC_PROG_EGREP]) UTIL_REQUIRE_SPECIAL(SED, [AC_PROG_SED]) @@ -94,7 +95,6 @@ AC_DEFUN_ONCE([BASIC_SETUP_TOOLS], UTIL_REQUIRE_PROGS(XARGS, xargs) # Required tools with some special treatment - UTIL_REQUIRE_SPECIAL(GREP, [AC_PROG_GREP]) UTIL_REQUIRE_SPECIAL(FGREP, [AC_PROG_FGREP]) # Optional tools, we can do without them