diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-06-09 19:46:09 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-06-09 19:46:09 +0000 |
commit | 66c53c5ee692fe62b26c4387fdd9a369de1ac3a4 (patch) | |
tree | 4849c4c38685dcae8eac96c89c7fb05229918858 /configure.in | |
parent | fcf4d2868ea38896f9a58e3a6d69f25c8e891ddd (diff) | |
download | gdb-66c53c5ee692fe62b26c4387fdd9a369de1ac3a4.zip gdb-66c53c5ee692fe62b26c4387fdd9a369de1ac3a4.tar.gz gdb-66c53c5ee692fe62b26c4387fdd9a369de1ac3a4.tar.bz2 |
* configure.in: Build diff for crosses, but not for go32 host.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 41cadc0..043661d 100644 --- a/configure.in +++ b/configure.in @@ -63,7 +63,7 @@ target_tools="groff" # 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 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/send-pr//;s/gprof//'` configdirs=`echo ${configdirs} | sed -e 's/uudecode//;s/dejagnu//'` + configdirs=`echo ${configdirs} | sed -e 's/diff//'` ;; esac |