Mercurial > emacs
changeset 8968:8ec5fb79c772
(i[345]86-sequent-ptx*): Handle
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 21 Sep 1994 09:28:40 +0000 |
parents | 80b92977ed08 |
children | d62a9fd47cb2 |
files | configure1.in |
diffstat | 1 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure1.in Wed Sep 21 08:14:33 1994 +0000 +++ b/configure1.in Wed Sep 21 09:28:40 1994 +0000 @@ -789,11 +789,18 @@ machine=i386 opsys=usg5-3 ;; - ## Sequent Symmetry + ## Sequent Symmetry running Dynix i[345]86-sequent-bsd* ) machine=symmetry opsys=bsd4-3 ;; + ## Sequent Symmetry running DYNIX/ptx + ## Use the old cpp rather than the newer ANSI one. + i[345]86-sequent-ptx* ) + machine=sequent-ptx opsys=ptx + NON_GNU_CPP="/lib/cpp" + ;; + ## Unspecified sysv on an ncr machine defaults to svr4.2. ## (Plain usg5-4 doesn't turn on POSIX signals, which we need.) i[345]86-ncr-sysv* )