]> git.eshelyaron.com Git - emacs.git/commitdiff
Auto-commit of generated files.
authorGlenn Morris <rgm@gnu.org>
Sat, 13 Apr 2013 10:17:45 +0000 (06:17 -0400)
committerGlenn Morris <rgm@gnu.org>
Sat, 13 Apr 2013 10:17:45 +0000 (06:17 -0400)
autogen/configure

index d4df3a491740d9e3fcea7d3f3a3b8a08bf4a6048..cc0e18b7d8f6cc36b2ffe810a8f02c480f743db6 100755 (executable)
@@ -4672,6 +4672,11 @@ case "${canonical}" in
 ##    fi
   ;;
 
+  ## Cygwin ports
+  *-*-cygwin )
+    opsys=cygwin
+  ;;
+
   ## HP 9000 series 700 and 800, running HP/UX
   hppa*-hp-hpux10.2* )
     opsys=hpux10-20
@@ -4745,7 +4750,6 @@ case "${canonical}" in
   ## Intel 386 machines where we don't care about the manufacturer.
   i[3456]86-*-* )
     case "${canonical}" in
-      *-cygwin )                opsys=cygwin ;;
       *-darwin* )               opsys=darwin ;;
       *-sysv4.2uw* )           opsys=unixware ;;
       *-sysv5uw* )             opsys=unixware ;;