* configure.in: Build diff for crosses, but not for go32 host.

This commit is contained in:
Ian Lance Taylor 1993-06-09 19:46:09 +00:00
parent fcf4d2868e
commit 66c53c5ee6
1 changed files with 2 additions and 1 deletions

View File

@ -63,7 +63,7 @@ target_tools="groff"
# directories to be built in the native environment only # directories to be built in the native environment only
# #
native_only="autoconf cvs diff emacs fileutils find grep groff gzip hello indent native_only="autoconf cvs emacs fileutils find grep groff gzip hello indent
ispell m4 rcs recode sed shellutils tar textutils tk uudecode wdiff ispell m4 rcs recode sed shellutils tar textutils tk uudecode wdiff
gprof" gprof"
@ -159,6 +159,7 @@ case "${host}" in
configdirs=`echo ${configdirs} | sed -e 's/patch//;s/flex//;s/byacc//'` configdirs=`echo ${configdirs} | sed -e 's/patch//;s/flex//;s/byacc//'`
configdirs=`echo ${configdirs} | sed -e 's/send-pr//;s/gprof//'` configdirs=`echo ${configdirs} | sed -e 's/send-pr//;s/gprof//'`
configdirs=`echo ${configdirs} | sed -e 's/uudecode//;s/dejagnu//'` configdirs=`echo ${configdirs} | sed -e 's/uudecode//;s/dejagnu//'`
configdirs=`echo ${configdirs} | sed -e 's/diff//'`
;; ;;
esac esac