diff options
-rw-r--r-- | ChangeLog | 15 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 16 insertions, 1 deletions
@@ -1,3 +1,18 @@ +Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com> + + * configure.in: build diff and patch for cygwin32-hosted + toolchains. + +Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil> + + * config.sub: Accept -rtems*. + +Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com> + + * configure.in: enable dosrel for cygwin32-hosted builds, + remove diff from the list of things not buildable + via Canadian Cross + Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com> * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we diff --git a/configure.in b/configure.in index 3807136..2387c46 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" |