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:
Vadim Zeitlin 2023-05-10 19:42:47 +02:00
parent 54a8a6ac16
commit a0e3f1e1ab
7 changed files with 8 additions and 11 deletions

2
configure vendored
View file

@ -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"