]> git.eshelyaron.com Git - emacs.git/commitdiff
(i[345]86-sequent-ptx*): Handle
authorRichard M. Stallman <rms@gnu.org>
Wed, 21 Sep 1994 09:28:40 +0000 (09:28 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 21 Sep 1994 09:28:40 +0000 (09:28 +0000)
configure1.in

index 1494a91fa433d5343e77eb034d8f2981227d7b01..53c798a0e9d0c69dd5d976c05e2d8690fabd0452 100755 (executable)
@@ -789,11 +789,18 @@ case "${canonical}" in
     machine=i386 opsys=usg5-3
   ;;
 
-  ## Sequent Symmetry
+  ## Sequent Symmetry running Dynix
   i[345]86-sequent-bsd* )
     machine=symmetry opsys=bsd4-3
   ;;
 
+  ## Sequent Symmetry running DYNIX/ptx
+  ## Use the old cpp rather than the newer ANSI one.
+  i[345]86-sequent-ptx* )
+    machine=sequent-ptx opsys=ptx
+    NON_GNU_CPP="/lib/cpp"
+  ;;
   ## Unspecified sysv on an ncr machine defaults to svr4.2.
   ## (Plain usg5-4 doesn't turn on POSIX signals, which we need.)
   i[345]86-ncr-sysv* )