diff options
| author | Richard M. Stallman | 1996-08-09 03:00:37 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-08-09 03:00:37 +0000 |
| commit | 86d6f6ee606f05688f1834e9db061ec6088f8040 (patch) | |
| tree | 2cc98f3ab29fff8d43e9ea04ef2d07185c2767cb | |
| parent | 4c28806296345441e619d3c1337e59e462d5beec (diff) | |
| download | emacs-86d6f6ee606f05688f1834e9db061ec6088f8040.tar.gz emacs-86d6f6ee606f05688f1834e9db061ec6088f8040.zip | |
(i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*): New alternative.
| -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 | |||
| 513 | machine=symmetry opsys=bsd4-3 | 513 | machine=symmetry opsys=bsd4-3 |
| 514 | ;; | 514 | ;; |
| 515 | 515 | ||
| 516 | ## Sequent Symmetry running ptx 4, which is a modified SVR4. | ||
| 517 | i[3456]86-sequent-ptx4* | i[3456]86-sequent-sysv4* ) | ||
| 518 | machine=sequent-ptx opsys=ptx4 | ||
| 519 | NON_GNU_CPP=/usr/lib/cpp | ||
| 520 | ;; | ||
| 521 | |||
| 516 | ## Sequent Symmetry running DYNIX/ptx | 522 | ## Sequent Symmetry running DYNIX/ptx |
| 517 | ## Use the old cpp rather than the newer ANSI one. | 523 | ## Use the old cpp rather than the newer ANSI one. |
| 518 | i[3456]86-sequent-ptx* ) | 524 | i[3456]86-sequent-ptx* ) |