aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1999-02-10 03:04:15 +0000
committerRichard M. Stallman1999-02-10 03:04:15 +0000
commitca568b47a582191d397c33a48ef88f8d635f9b74 (patch)
tree52f3cb41dc8c62284ad03991ba5ac948d5a41c5f
parent72443547c2a7f9a73c4ecb1085eec52a10a495de (diff)
downloademacs-ca568b47a582191d397c33a48ef88f8d635f9b74.tar.gz
emacs-ca568b47a582191d397c33a48ef88f8d635f9b74.zip
(powerpc-apple-netbsd*): New alternative.
-rw-r--r--configure.in3
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
168 m68k-*-netbsd*) 168 m68k-*-netbsd*)
169 # This is somewhat bogus. 169 # This is somewhat bogus.
170 machine=hp9000s300 ;; 170 machine=hp9000s300 ;;
171 powerpc-apple-netbsd*) machine=macppc ;;
171 mips-*-netbsd*) machine=pmax ;; 172 mips-*-netbsd*) machine=pmax ;;
172 ns32k-*-netbsd*) machine=ns32000 ;; 173 ns32k-*-netbsd*) machine=ns32000 ;;
173 sparc-*-netbsd*) machine=sparc ;; 174 sparc-*-netbsd*) machine=sparc ;;
@@ -185,7 +186,7 @@ case "${canonical}" in
185 mipsel-*-openbsd*) machine=pmax ;; 186 mipsel-*-openbsd*) machine=pmax ;;
186 ns32k-*-openbsd*) machine=ns32000 ;; 187 ns32k-*-openbsd*) machine=ns32000 ;;
187 sparc-*-openbsd*) machine=sparc ;; 188 sparc-*-openbsd*) machine=sparc ;;
188 vax-*-netbsd*) machine=vax ;; 189 vax-*-openbsd*) machine=vax ;;
189 esac 190 esac
190 ;; 191 ;;
191 192