diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-04-12 01:55:59 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-04-12 01:55:59 +0000 |
commit | 8bbbade517a7bc11a9a3fcd41191fc778577edd2 (patch) | |
tree | 3d8971e9efcfb21ee96363dadb4b194c21324949 /configure1.in | |
parent | f7141d1e254980584f9015df7a8770ab3649fa39 (diff) | |
download | emacs-8bbbade517a7bc11a9a3fcd41191fc778577edd2.tar.gz |
Add sunos4shr as alternative for suns.
Diffstat (limited to 'configure1.in')
-rwxr-xr-x | configure1.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure1.in b/configure1.in index 387a9a7f0a2..2e5cf9f981f 100755 --- a/configure1.in +++ b/configure1.in @@ -920,6 +920,7 @@ case "${canonical}" in i386-*-sunos4 ) opsys=sunos4-0 ;; *-sunos4.0* ) opsys=sunos4-0 ;; *-sunos4.1.3* ) opsys=sunos4-1-3 ;; + *-sunos4shr* ) opsys=sunos4shr ;; *-sunos4* | *-sunos ) opsys=sunos4-1 ;; *-sunos5.3* | *-solaris2.3* ) opsys=sol2-3 |