Skip to content

Commit ba43649

Browse files
bobpengxieDamonFool
authored andcommitted
8306976: UTIL_REQUIRE_SPECIAL warning on grep
Reviewed-by: clanger, mbaesken
1 parent cbccc4c commit ba43649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/autoconf/basic_tools.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ AC_DEFUN_ONCE([BASIC_SETUP_FUNDAMENTAL_TOOLS],
4949
UTIL_REQUIRE_PROGS(WC, wc)
5050
5151
# Required tools with some special treatment
52+
UTIL_REQUIRE_SPECIAL(GREP, [AC_PROG_GREP])
5253
UTIL_REQUIRE_SPECIAL(EGREP, [AC_PROG_EGREP])
5354
UTIL_REQUIRE_SPECIAL(SED, [AC_PROG_SED])
5455
@@ -94,7 +95,6 @@ AC_DEFUN_ONCE([BASIC_SETUP_TOOLS],
9495
UTIL_REQUIRE_PROGS(XARGS, xargs)
9596
9697
# Required tools with some special treatment
97-
UTIL_REQUIRE_SPECIAL(GREP, [AC_PROG_GREP])
9898
UTIL_REQUIRE_SPECIAL(FGREP, [AC_PROG_FGREP])
9999
100100
# Optional tools, we can do without them

0 commit comments

Comments
 (0)