diff options
| author | Glenn Morris <rgm@gnu.org> | 2013-04-13 06:17:45 -0400 |
|---|---|---|
| committer | Glenn Morris <rgm@gnu.org> | 2013-04-13 06:17:45 -0400 |
| commit | 8c35e3c3b48cadea093d1a05a4839b9962bcce93 (patch) | |
| tree | da152c5646d692030482c8bf68e52fae7d7e6ea9 | |
| parent | 29b79ba19785cf3d5bbb3779779ca3a7714ee2e1 (diff) | |
| download | emacs-8c35e3c3b48cadea093d1a05a4839b9962bcce93.tar.gz | |
Auto-commit of generated files.
| -rwxr-xr-x | autogen/configure | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/autogen/configure b/autogen/configure index d4df3a49174..cc0e18b7d8f 100755 --- a/autogen/configure +++ b/autogen/configure @@ -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 ;; |
