aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/config.rpath
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2004-09-30 14:34:34 +0000
committerWerner Koch <[email protected]>2004-09-30 14:34:34 +0000
commit335b5e4ac4d1ab56bb9db5addc4f7ca6ce8987f6 (patch)
treed5a581d9808c8efae6a0c6a1c9a1bd893f3633ed /scripts/config.rpath
parentThis commit was manufactured by cvs2svn to create branch (diff)
downloadgnupg-335b5e4ac4d1ab56bb9db5addc4f7ca6ce8987f6.tar.gz
gnupg-335b5e4ac4d1ab56bb9db5addc4f7ca6ce8987f6.zip
Preparing a new release. Updated gettext
Diffstat (limited to 'scripts/config.rpath')
-rwxr-xr-xscripts/config.rpath8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/config.rpath b/scripts/config.rpath
index fa24bfc2d..4db13e50f 100755
--- a/scripts/config.rpath
+++ b/scripts/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