Mercurial > emacs
changeset 6776:35ee53952fd0
Handle -isc4.0*.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 09 Apr 1994 21:42:43 +0000 |
parents | 07eb87564783 |
children | 1f1e94761cd6 |
files | configure1.in |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure1.in Sat Apr 09 21:17:32 1994 +0000 +++ b/configure1.in Sat Apr 09 21:42:43 1994 +0000 @@ -1010,6 +1010,7 @@ case "${canonical}" in *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;; *-isc2.2* ) opsys=isc2-2 ;; + *-isc4.0* ) opsys=isc4-0 ;; *-isc* ) opsys=isc3-0 ;; *-esix5* ) opsys=esix5r4; NON_GNU_CPP=/usr/lib/cpp ;; *-esix* ) opsys=esix ;;