diff options
| author | Richard M. Stallman | 1994-09-21 21:56:37 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-09-21 21:56:37 +0000 |
| commit | f3b0152bb9bbf464a2326f6a239354b3b299b460 (patch) | |
| tree | 2bffeb11a8a49a7df8895ab683ed86dd90a7bc02 | |
| parent | c5417c91647b67e17d0de3bd7f79468f4ffb746a (diff) | |
| download | emacs-f3b0152bb9bbf464a2326f6a239354b3b299b460.tar.gz emacs-f3b0152bb9bbf464a2326f6a239354b3b299b460.zip | |
(arm-acorn-riscix1.1*, arm-acorn-riscix1.2*): riscix.h renamed to acorn.h.
| -rwxr-xr-x | configure1.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure1.in b/configure1.in index e746ac5e4ba..bb22a27f3c6 100755 --- a/configure1.in +++ b/configure1.in | |||
| @@ -500,10 +500,10 @@ case "${canonical}" in | |||
| 500 | 500 | ||
| 501 | ## Acorn RISCiX: | 501 | ## Acorn RISCiX: |
| 502 | arm-acorn-riscix1.1* ) | 502 | arm-acorn-riscix1.1* ) |
| 503 | machine=riscix opsys=riscix1-1 | 503 | machine=acorn opsys=riscix1-1 |
| 504 | ;; | 504 | ;; |
| 505 | arm-acorn-riscix1.2* | arm-acorn-riscix ) | 505 | arm-acorn-riscix1.2* | arm-acorn-riscix ) |
| 506 | machine=riscix opsys=riscix1-2 | 506 | machine=acorn opsys=riscix1-2 |
| 507 | ;; | 507 | ;; |
| 508 | 508 | ||
| 509 | ## Alliant machines | 509 | ## Alliant machines |