mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 21:07:54 +00:00
Check for ggrep/gegrep in configure
Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
55c806a360
commit
a61f1c5bc2
@ -163,6 +163,10 @@ AC_PROG_INSTALL
|
||||
|
||||
ACX_WITH_DEPRECATED([grep], [GREP])
|
||||
AC_ARG_VAR([GREP], [Specify the full path to GNU grep])
|
||||
|
||||
# This is not a typo! Prefer GNU grep on macOS if it is installed.
|
||||
ACX_PATH_TOOL_REQ([GREP], [ggrep grep], [grep])
|
||||
ACX_PATH_TOOL_REQ([EGREP], [gegrep egrep], [egrep])
|
||||
AC_PROG_GREP
|
||||
AC_PROG_EGREP
|
||||
AS_IF([test "$EGREP" != "$GREP -E"],
|
||||
|
Loading…
Reference in New Issue
Block a user