diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-02-26 03:43:05 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-02-26 03:43:05 +0000 |
commit | 63c1d3f28cba461d98a0e584840e557426022c5a (patch) | |
tree | 252005d7beb6e70da87f500627a92b43a8a2e4e9 /configure.in | |
parent | a096f13fc6380cb037bd487426bd3e4e799337db (diff) | |
download | emacs-63c1d3f28cba461d98a0e584840e557426022c5a.tar.gz |
(m88k-motorola-sysv4*): Use usg5-4-2.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 75e7382c949..41597210b8c 100644 --- a/configure.in +++ b/configure.in @@ -283,7 +283,11 @@ case "${canonical}" in fi ;; m88k-motorola-sysv4* ) - machine=delta88k opsys=usg5-4 + # jbotte@bnr.ca says that UNIX_System_V <hostName> 4.0 R40V4.3 m88k mc88110 + # needs POSIX_SIGNALS and therefore needs usg5-4-2. + # I hope there are not other 4.0 versions for this machine + # which really need usg5-4 instead. + machine=delta88k opsys=usg5-4-2 ;; m88k-motorola-sysv* | m88k-motorola-m88kbcs* ) machine=delta88k opsys=usg5-3 |