]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
1999-04-08 Ben Elliston <bje@cygnus.com>
authorBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Wed, 7 Apr 1999 23:59:09 +0000 (23:59 +0000)
committerBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Wed, 7 Apr 1999 23:59:09 +0000 (23:59 +0000)
* acspecific.m4 (AC_PROG_CC): Try using the `cl' C compiler under
Cygwin. Contributed by Scott Stanton <stanton@scriptics.com>.

ChangeLog
acspecific.m4
lib/autoconf/specific.m4

index 0895c99f2700b895b33dd613b29fc8c9bd53d630..1ea72621d4a9832b886b55ec43266d30ad411784 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
index 9a018ff6dfd330ba5a10a1b9ccf652342ddd16b4..21b1fa5ecf0a181c0ec6c7ec7461377b494e5a22 100644 (file)
@@ -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
index 9a018ff6dfd330ba5a10a1b9ccf652342ddd16b4..21b1fa5ecf0a181c0ec6c7ec7461377b494e5a22 100644 (file)
@@ -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