X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=config%2Fconfig.rpath;h=4db13e50f66ff3cb15db9f82394b13aa48a7d8e6;hb=5384d8094aab1032648b5a71f20471f73acc24aa;hp=fa24bfc2d785e1a304cb1c9fe539dd18cbb5c45b;hpb=651ae6c8e590ed42855450bcd5ad007f3d5eb23d;p=gnulib.git diff --git a/config/config.rpath b/config/config.rpath index fa24bfc2d..4db13e50f 100755 --- a/config/config.rpath +++ b/config/config.rpath @@ -143,7 +143,7 @@ if test "$with_gnu_ld" = yes; then ld_shlibs=no ;; beos*) - if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then : else ld_shlibs=no @@ -162,9 +162,9 @@ if test "$with_gnu_ld" = yes; then netbsd*) ;; solaris* | sysv5*) - if $LD -v 2>&1 | egrep 'BFD 2\.8' > /dev/null; then + if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then ld_shlibs=no - elif $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then + elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then : else ld_shlibs=no @@ -174,7 +174,7 @@ if test "$with_gnu_ld" = yes; then hardcode_direct=yes ;; *) - if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then + if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then : else ld_shlibs=no