From: Geoffrey Noer Date: Sun, 30 Jun 1996 04:30:53 +0000 (+0000) Subject: nope, don't build texinfo yet for cygwin32, there's a problem with X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=230b079723c63598838d96fbb663dbd14574a700;p=binutils-gdb.git nope, don't build texinfo yet for cygwin32, there's a problem with Makefile.in that needs resolving --- diff --git a/ChangeLog b/ChangeLog index 3450eca8eb1..9a843f0e434 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,3 @@ -Sat Jun 29 18:56:07 1996 Geoffrey Noer - - * configure.in: configure and build texinfo for Canadian - crosses and natives, enable building texinfo for cygwin32 - toolchains. (still disabled for go32) - Fri Jun 28 12:14:35 1996 Stan Shebs * mpw-configure: Add support for --bindir. diff --git a/configure.in b/configure.in index 5512c04d440..6c2f18253d5 100644 --- a/configure.in +++ b/configure.in @@ -375,7 +375,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="tk tcl expect dejagnu cvs autoconf bison send-pr gprof rcs guile perl apache inet" + noconfigdirs="tk tcl expect dejagnu cvs autoconf bison send-pr gprof rcs guile perl texinfo apache inet" ;; ppc*-*-pe) noconfigdirs="patch diff make tk tcl expect dejagnu cvs autoconf texinfo bison send-pr gprof rcs guile perl apache inet"