https://sourceware.org/bugzilla/show_bug.cgi?id=31835
Bug ID: 31835 Summary: egrep: warning: egrep is obsolescent; using grep -E Product: binutils Version: 2.43 (HEAD) Status: NEW Severity: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: hjl.tools at gmail dot com Target Milestone: --- On Fedora 40, configure binutils generates egrep: warning: egrep is obsolescent; using grep -E [hjl@gnu-tgl-3 x86-binutils-test]$ find -name configure.ac| xargs grep egrep ./libctf/configure.ac: | egrep 'texinfo[^0-9]*(6\.[3-9]|[7-9]|[1-6][0-9])' >/dev/null 2>&1; then ./configure.ac: echo " ${configdirs} " | egrep " (go)?ld " > /dev/null 2>&1 ; then ./configure.ac: | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then [hjl@gnu-tgl-3 x86-binutils-test]$ -- You are receiving this mail because: You are on the CC list for the bug.