gdbsupport: re-generate configure
authorSimon Marchi <simon.marchi@polymtl.ca>
Mon, 10 Oct 2022 01:27:37 +0000 (21:27 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Mon, 10 Oct 2022 01:27:37 +0000 (21:27 -0400)
I get this diff when re-generating configure, probably leftover from
67d1991b785 ("egrep in binutils").

Change-Id: I759c88c2bad648736d33ff98089db45c9b686356

gdbsupport/configure

index 1b0752609e5cac1ee8fc9e26310b85f00d8f137d..38541e87c15d615f90b87c89161c7c8f20895f0b 100755 (executable)
@@ -7320,7 +7320,7 @@ else
       # Check to see if the program is GNU ld.  I'd rather use --version,
       # but apparently some GNU ld's only accept -v.
       # Break only if it was the GNU/non-GNU ld that we prefer.
-      if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
+      if "$acl_cv_path_LD" -v 2>&1 < /dev/null | $EGREP '(GNU|with BFD)' > /dev/null; then
        test "$with_gnu_ld" != no && break
       else
        test "$with_gnu_ld" != yes && break
@@ -7348,7 +7348,7 @@ if ${acl_cv_prog_gnu_ld+:} false; then :
   $as_echo_n "(cached) " >&6
 else
   # I'd rather use --version here, but apparently some GNU ld's only accept -v.
-if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
+if $LD -v 2>&1 </dev/null | $EGREP '(GNU|with BFD)' 1>&5; then
   acl_cv_prog_gnu_ld=yes
 else
   acl_cv_prog_gnu_ld=no