* acspecific.m4 (AC_PROG_CC): Try using the `cl' C compiler under
Cygwin. Contributed by Scott Stanton <stanton@scriptics.com>.
1999-04-08 Ben Elliston <bje@cygnus.com>
+ * acspecific.m4 (AC_PROG_CC): Try using the `cl' C compiler under
+ Cygwin. Contributed by Scott Stanton <stanton@scriptics.com>.
+
* config.sub: Handle MPE/iX.
1999-04-07 Ben Elliston <bje@cygnus.com>
AC_CHECK_PROG(CC, cc, cc, , , /usr/ucb/cc)
if test -z "$CC"; then
case "`uname -s`" in
- *win32* | *WIN32*)
+ *win32* | *WIN32* | *CYGWIN*)
AC_CHECK_PROG(CC, cl, cl) ;;
esac
fi
AC_CHECK_PROG(CC, cc, cc, , , /usr/ucb/cc)
if test -z "$CC"; then
case "`uname -s`" in
- *win32* | *WIN32*)
+ *win32* | *WIN32* | *CYGWIN*)
AC_CHECK_PROG(CC, cl, cl) ;;
esac
fi