configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of the old name config/mh-cygwin32.

x
        * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
        the old name config/mh-cygwin32.
        Enable texinfo.

From-SVN: r25120
This commit is contained in:
Mumit Khan 1999-02-09 14:01:13 -07:00 committed by Jeff Law
parent c48dd3f59f
commit 82281fc2c1
1 changed files with 2 additions and 2 deletions

View File

@ -195,7 +195,7 @@ case "${host}" in
host_makefile_frag="${host_makefile_frag} config/mh-go32" host_makefile_frag="${host_makefile_frag} config/mh-go32"
;; ;;
*-cygwin32*) *-cygwin32*)
host_makefile_frag="${host_makefile_frag} config/mh-cygwin32" host_makefile_frag="${host_makefile_frag} config/mh-cygwin"
;; ;;
*-mingw32*) *-mingw32*)
host_makefile_frag="${host_makefile_frag} config/mh-mingw32" host_makefile_frag="${host_makefile_frag} config/mh-mingw32"
@ -523,7 +523,7 @@ case "${host}" in
noconfigdirs="expect dejagnu cvs autoconf automake send-pr gprof rcs guile perl texinfo apache inet libtool" noconfigdirs="expect dejagnu cvs autoconf automake send-pr gprof rcs guile perl texinfo apache inet libtool"
;; ;;
*-*-cygwin32) *-*-cygwin32)
noconfigdirs="autoconf automake send-pr gprof rcs guile perl texinfo apache inet" noconfigdirs="autoconf automake send-pr gprof rcs guile perl apache inet"
;; ;;
*-*-windows*) *-*-windows*)
# This is only used to build WinGDB... # This is only used to build WinGDB...