Don't ignore grep when compiling on alpha-dec-osf.
authorStephen Peters <speters@cygnus>
Mon, 21 Jul 1997 17:38:57 +0000 (17:38 +0000)
committerStephen Peters <speters@cygnus>
Mon, 21 Jul 1997 17:38:57 +0000 (17:38 +0000)
ChangeLog
configure.in

index 62c36c997943a03c935e103330654e495015999f..5d1596c658ed3be3de74fb81f748325a7827fab8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
+
+       * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
+
 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
 
        * install-sh (chmodcmd): Set to null if the DST directory already
index 4590a03b50b4651432ac2a108ad0d21aec9acb52..0057a4aace595927cb207c439d0b480412acb83c 100644 (file)
@@ -424,9 +424,9 @@ case "${target}" in
     ;;
   alpha-dec-osf*)
     # ld works, but does not support shared libraries.  emacs doesn't
-    # work.  newlib is not 64 bit ready.  I'm not sure about fileutils or grep.
+    # work.  newlib is not 64 bit ready.  I'm not sure about fileutils.
     # gas doesn't generate exception information.
-    noconfigdirs="$noconfigdirs gas ld emacs fileutils grep target-newlib target-libgloss"
+    noconfigdirs="$noconfigdirs gas ld emacs fileutils target-newlib target-libgloss"
     ;;
   alpha*-*-*vms*)
     noconfigdirs="$noconfigdirs gdb ld target-newlib target-libgloss"