Commit 82281fc2 by Mumit Khan Committed by Jeff Law

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
parent c48dd3f5
...@@ -195,7 +195,7 @@ case "${host}" in ...@@ -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 ...@@ -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...
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment