We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbccc4c commit ba43649Copy full SHA for ba43649
make/autoconf/basic_tools.m4
@@ -49,6 +49,7 @@ AC_DEFUN_ONCE([BASIC_SETUP_FUNDAMENTAL_TOOLS],
49
UTIL_REQUIRE_PROGS(WC, wc)
50
51
# Required tools with some special treatment
52
+ UTIL_REQUIRE_SPECIAL(GREP, [AC_PROG_GREP])
53
UTIL_REQUIRE_SPECIAL(EGREP, [AC_PROG_EGREP])
54
UTIL_REQUIRE_SPECIAL(SED, [AC_PROG_SED])
55
@@ -94,7 +95,6 @@ AC_DEFUN_ONCE([BASIC_SETUP_TOOLS],
94
95
UTIL_REQUIRE_PROGS(XARGS, xargs)
96
97
- UTIL_REQUIRE_SPECIAL(GREP, [AC_PROG_GREP])
98
UTIL_REQUIRE_SPECIAL(FGREP, [AC_PROG_FGREP])
99
100
# Optional tools, we can do without them
0 commit comments