Mercurial > emacs
comparison configure @ 42988:5fcba75d6dd8
Recognize BSD/OS 5.0.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 27 Jan 2002 10:03:14 +0000 |
parents | b04a7400fcb8 |
children | 050eee3f784f |
comparison
equal
deleted
inserted
replaced
42987:b628f22c9f56 | 42988:5fcba75d6dd8 |
---|---|
1360 case "${canonical}" in | 1360 case "${canonical}" in |
1361 *-*-bsd386* | *-*-bsdi1* ) opsys=bsd386 ;; | 1361 *-*-bsd386* | *-*-bsdi1* ) opsys=bsd386 ;; |
1362 *-*-bsdi2.0* ) opsys=bsdos2 ;; | 1362 *-*-bsdi2.0* ) opsys=bsdos2 ;; |
1363 *-*-bsdi2* ) opsys=bsdos2-1 ;; | 1363 *-*-bsdi2* ) opsys=bsdos2-1 ;; |
1364 *-*-bsdi3* ) opsys=bsdos3 ;; | 1364 *-*-bsdi3* ) opsys=bsdos3 ;; |
1365 *-*-bsdi4* ) opsys=bsdos4 ;; | 1365 *-*-bsdi[45]* ) opsys=bsdos4 ;; |
1366 esac | 1366 esac |
1367 ;; | 1367 ;; |
1368 | 1368 |
1369 ## Alliant machines | 1369 ## Alliant machines |
1370 ## Strictly speaking, we need the version of the alliant operating | 1370 ## Strictly speaking, we need the version of the alliant operating |