diff options
author | Geoffrey Noer <noer@cygnus> | 1996-06-25 06:30:51 +0000 |
---|---|---|
committer | Geoffrey Noer <noer@cygnus> | 1996-06-25 06:30:51 +0000 |
commit | d79bfb0d3fe1f0b476ab3d70d195d71fa039b68b (patch) | |
tree | 5219959ca072e83043ee0af78a9c36c79038e4b2 /configure.in | |
parent | 50004d8d121eb3d0afaee64eac59515a5cce46b5 (diff) | |
download | ppe42-binutils-d79bfb0d3fe1f0b476ab3d70d195d71fa039b68b.tar.gz ppe42-binutils-d79bfb0d3fe1f0b476ab3d70d195d71fa039b68b.zip |
Configure and build diff and patch for cygwin32-hosted toolchains
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 38071367ec..2387c46e02 100644 --- a/configure.in +++ b/configure.in @@ -374,7 +374,7 @@ case "${host}" in noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl apache inet" ;; *-*-cygwin32) - noconfigdirs="patch diff tk tcl expect dejagnu cvs autoconf texinfo bison send-pr gprof rcs guile perl apache inet" + noconfigdirs="tk tcl expect dejagnu cvs autoconf texinfo bison send-pr gprof rcs guile perl apache inet" ;; ppc*-*-pe) noconfigdirs="patch diff make tk tcl expect dejagnu cvs autoconf texinfo bison send-pr gprof rcs guile perl apache inet" |