diff options
| author | Jim Blandy | 1993-05-30 21:46:11 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-05-30 21:46:11 +0000 |
| commit | 60e1b37f9c08a89f9ed75b2d7ee6073103bfd078 (patch) | |
| tree | 6803357795d5e3e54209cc16a038bf72b1086545 | |
| parent | b2ba7b00f26c2ea6cf837c7e86e50194a1b9804d (diff) | |
| download | emacs-60e1b37f9c08a89f9ed75b2d7ee6073103bfd078.tar.gz emacs-60e1b37f9c08a89f9ed75b2d7ee6073103bfd078.zip | |
* configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
the configuration name mips-mips-usg* to represent USG systems.
| -rwxr-xr-x | configure1.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure1.in b/configure1.in index b24dfb18af2..918f284e33f 100755 --- a/configure1.in +++ b/configure1.in | |||
| @@ -686,6 +686,10 @@ case "${configuration}" in | |||
| 686 | ## the BSD world." I'll assume that these are instructions for | 686 | ## the BSD world." I'll assume that these are instructions for |
| 687 | ## handling two odd situations, and that every other situation | 687 | ## handling two odd situations, and that every other situation |
| 688 | ## should use mips.h and usg5-2-2, they being listed first. | 688 | ## should use mips.h and usg5-2-2, they being listed first. |
| 689 | mips-mips-usg* ) | ||
| 690 | machine=mips4 | ||
| 691 | ## Fall through to the general code at the bottom to decide on the OS. | ||
| 692 | ;; | ||
| 689 | mips-mips-riscos4* ) | 693 | mips-mips-riscos4* ) |
| 690 | machine=mips4 opsys=bsd4-3 | 694 | machine=mips4 opsys=bsd4-3 |
| 691 | ;; | 695 | ;; |