diff options
author | Richard M. Stallman <rms@gnu.org> | 1999-02-10 03:04:15 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1999-02-10 03:04:15 +0000 |
commit | ca568b47a582191d397c33a48ef88f8d635f9b74 (patch) | |
tree | 52f3cb41dc8c62284ad03991ba5ac948d5a41c5f | |
parent | 72443547c2a7f9a73c4ecb1085eec52a10a495de (diff) | |
download | emacs-ca568b47a582191d397c33a48ef88f8d635f9b74.tar.gz |
(powerpc-apple-netbsd*): New alternative.
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index f2ce21bbe66..88db62fc5b0 100644 --- a/configure.in +++ b/configure.in @@ -168,6 +168,7 @@ case "${canonical}" in m68k-*-netbsd*) # This is somewhat bogus. machine=hp9000s300 ;; + powerpc-apple-netbsd*) machine=macppc ;; mips-*-netbsd*) machine=pmax ;; ns32k-*-netbsd*) machine=ns32000 ;; sparc-*-netbsd*) machine=sparc ;; @@ -185,7 +186,7 @@ case "${canonical}" in mipsel-*-openbsd*) machine=pmax ;; ns32k-*-openbsd*) machine=ns32000 ;; sparc-*-openbsd*) machine=sparc ;; - vax-*-netbsd*) machine=vax ;; + vax-*-openbsd*) machine=vax ;; esac ;; |