]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Use grep instead of egrep.
authorBruno Haible <bruno@clisp.org>
Wed, 18 Jun 2003 12:30:37 +0000 (12:30 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:42 +0000 (12:10 +0200)
autoconf-lib-link/ChangeLog
autoconf-lib-link/config.rpath

index ea43672af5f6cf1bba6268565b7a9dece951ba95..c2b9440f6043d2521062ca030ed93b39addbb77e 100644 (file)
@@ -1,3 +1,8 @@
+2003-06-17  Paul Eggert  <eggert@twinsun.com>
+
+       * config.rpath: Use grep instead of egrep, since POSIX 1003.1-2001 no
+       longer requires egrep.
+
 2003-05-22  Bruno Haible  <bruno@clisp.org>
 
        * gettext-0.12.1 released.
index fa24bfc2d785e1a304cb1c9fe539dd18cbb5c45b..4db13e50f66ff3cb15db9f82394b13aa48a7d8e6 100755 (executable)
@@ -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