configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of the old name config...
authorMumit Khan <khan@xraylith.wisc.edu>
Tue, 9 Feb 1999 21:01:13 +0000 (14:01 -0700)
committerJeff Law <law@gcc.gnu.org>
Tue, 9 Feb 1999 21:01:13 +0000 (14:01 -0700)
x
        * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
        the old name config/mh-cygwin32.
        Enable texinfo.

From-SVN: r25120

configure.in

index 717f0d4..f1181a3 100644 (file)
@@ -195,7 +195,7 @@ case "${host}" in
     host_makefile_frag="${host_makefile_frag} config/mh-go32"
     ;;
   *-cygwin32*)
-    host_makefile_frag="${host_makefile_frag} config/mh-cygwin32"
+    host_makefile_frag="${host_makefile_frag} config/mh-cygwin"
     ;;
   *-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"
        ;;
   *-*-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*)
 # This is only used to build WinGDB...