Mercurial > emacs
changeset 4615:feec1422d547
(i386-*-sunos4): Assume Sunos 4.0.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 14 Aug 1993 05:32:25 +0000 |
parents | 2c5557903994 |
children | f2f13eeb1c2e |
files | configure1.in |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure1.in Sat Aug 14 04:36:08 1993 +0000 +++ b/configure1.in Sat Aug 14 05:32:25 1993 +0000 @@ -805,6 +805,8 @@ * ) unported=true ;; esac case "${canonical}" in + ## The Sun386 didn't get past 4.0. + i386-*-sunos4 ) opsys=sunos4-0 ;; *-sunos4.0* ) opsys=sunos4-0 ;; *-sunos4.1.3* ) opsys=sunos4-1-3 ;; *-sunos4* | *-sunos ) opsys=sunos4-1 ;;