]> git.eshelyaron.com Git - emacs.git/commitdiff
(i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*): New alternative.
authorRichard M. Stallman <rms@gnu.org>
Fri, 9 Aug 1996 03:00:37 +0000 (03:00 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 9 Aug 1996 03:00:37 +0000 (03:00 +0000)
configure.in

index fafc66dda13c773e0247086a60c672c7077b1b98..5953171741bc08baca5197819a423fb0b71de951 100644 (file)
@@ -513,6 +513,12 @@ case "${canonical}" in
     machine=symmetry opsys=bsd4-3
   ;;
 
+  ## Sequent Symmetry running ptx 4, which is a modified SVR4.
+  i[3456]86-sequent-ptx4* | i[3456]86-sequent-sysv4* )
+    machine=sequent-ptx opsys=ptx4
+    NON_GNU_CPP=/usr/lib/cpp
+  ;;
+
   ## Sequent Symmetry running DYNIX/ptx
   ## Use the old cpp rather than the newer ANSI one.
   i[3456]86-sequent-ptx* )