diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-08-09 03:00:37 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-08-09 03:00:37 +0000 |
commit | dfafdc53c6b4602173d48e22e81cd53862ee7181 (patch) | |
tree | 862ddb843f6857a5ad3746f726d60fe02cff571c /configure.in | |
parent | 9e0e925ea09dd30e21f09ac1bb603109f287c21f (diff) | |
download | emacs-dfafdc53c6b4602173d48e22e81cd53862ee7181.tar.gz |
(i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*): New alternative.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.in b/configure.in index fafc66dda13..5953171741b 100644 --- a/configure.in +++ b/configure.in @@ -513,6 +513,12 @@ case "${canonical}" in machine=symmetry opsys=bsd4-3 ;; + ## Sequent Symmetry running ptx 4, which is a modified SVR4. + i[3456]86-sequent-ptx4* | i[3456]86-sequent-sysv4* ) + machine=sequent-ptx opsys=ptx4 + NON_GNU_CPP=/usr/lib/cpp + ;; + ## Sequent Symmetry running DYNIX/ptx ## Use the old cpp rather than the newer ANSI one. i[3456]86-sequent-ptx* ) |