Use grep instead of fgrep and egrep
The latter are deprecated and shouldn't be used any longer. No real changes. Closes #23537.
This commit is contained in:
parent
54a8a6ac16
commit
a0e3f1e1ab
7 changed files with 8 additions and 11 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -41612,7 +41612,7 @@ if ${bakefile_cv_prog_makeisgnu+:} false; then :
|
|||
else
|
||||
|
||||
if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
|
||||
egrep -s GNU > /dev/null); then
|
||||
grep -sE GNU > /dev/null); then
|
||||
bakefile_cv_prog_makeisgnu="yes"
|
||||
else
|
||||
bakefile_cv_prog_makeisgnu="no"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue