]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.in (m68k-bull-sysv3): new config.
authorJim Blandy <jimb@redhat.com>
Sun, 18 Jul 1993 06:11:06 +0000 (06:11 +0000)
committerJim Blandy <jimb@redhat.com>
Sun, 18 Jul 1993 06:11:06 +0000 (06:11 +0000)
configure1.in

index ac7809eecafd8b6afc14b55bc142e1866435a8c7..39de49f59a0f1311c0a1dcb5988b511ebba680cb 100755 (executable)
@@ -449,8 +449,13 @@ case "${configuration}" in
     machine=7300 opsys=usg5-2-2
   ;;
 
+  ## Bull dpx2
+  m68*-bull-sysv3* )
+    machine=dpx2 opsys=usg5-3
+  ;;
+
   ## Bull sps7
-  m68*-bull-sysv* )
+  m68*-bull-sysv2* )
     machine=sps7 opsys=usg5-2
   ;;