mirror of
git://git.sv.gnu.org/autoconf
synced 2025-03-19 14:40:24 +08:00
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>.
This commit is contained in:
parent
53f0e84115
commit
830e0c916a
@ -1,5 +1,8 @@
|
||||
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>
|
||||
|
@ -77,7 +77,7 @@ if test -z "$CC"; then
|
||||
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
|
||||
|
@ -77,7 +77,7 @@ if test -z "$CC"; then
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user