]> git.eshelyaron.com Git - emacs.git/commitdiff
(powerpc-apple-netbsd*): New alternative.
authorRichard M. Stallman <rms@gnu.org>
Wed, 10 Feb 1999 03:04:15 +0000 (03:04 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 10 Feb 1999 03:04:15 +0000 (03:04 +0000)
configure.in

index f2ce21bbe66f6fb6ce2ce9116887378b6479d107..88db62fc5b0708c197f7547025c4daaaf6285dde 100644 (file)
@@ -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
   ;;