From f5152f7315d1909c7e86026b28eb4861b4b3c88d Mon Sep 17 00:00:00 2001 From: Stephen Peters Date: Mon, 21 Jul 1997 17:38:57 +0000 Subject: [PATCH] Don't ignore grep when compiling on alpha-dec-osf. --- ChangeLog | 4 ++++ configure.in | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 62c36c99794..5d1596c658e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Jul 21 10:31:26 1997 Stephen Peters + + * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep. + Tue Jul 15 14:33:03 1997 Brendan Kehoe * install-sh (chmodcmd): Set to null if the DST directory already diff --git a/configure.in b/configure.in index 4590a03b50b..0057a4aace5 100644 --- a/configure.in +++ b/configure.in @@ -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" -- 2.30.2