mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
autotools.eclass: egrep -> grep -E
Deprecated for a while but newer grep emits deprecation warnings. Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -283,7 +283,7 @@ _at_uses_pkg() {
|
||||
for macro ; do
|
||||
args+=( -e "^[[:space:]]*${macro}\>" )
|
||||
done
|
||||
egrep -q "${args[@]}" configure.??
|
||||
grep -E -q "${args[@]}" configure.??
|
||||
fi
|
||||
}
|
||||
_at_uses_autoheader() { _at_uses_pkg A{C,M}_CONFIG_HEADER{S,}; }
|
||||
|
||||
Reference in New Issue
Block a user