diff options
author | Jim Meyering <jim@meyering.net> | 2004-01-12 23:00:09 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-01-12 23:00:09 +0000 |
commit | 6ab7db4a110c93b249f42100d492af9f8e64a3b4 (patch) | |
tree | bffde6fb4d648bd0779344d255c3275ee3ecf3d3 /config | |
parent | 88d14fdeaeacf150680ec173e6b2e4e04e516947 (diff) | |
download | coreutils-6ab7db4a110c93b249f42100d492af9f8e64a3b4.tar.xz |
.
Diffstat (limited to 'config')
-rwxr-xr-x | config/config.rpath | 8 |
1 files changed, 4 insertions, 4 deletions
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 |