From: Richard M. Stallman Date: Fri, 9 Aug 1996 03:00:37 +0000 (+0000) Subject: (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*): New alternative. X-Git-Tag: emacs-19.34~16 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=86d6f6ee606f05688f1834e9db061ec6088f8040;p=emacs.git (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*): New alternative. --- diff --git a/configure.in b/configure.in index fafc66dda13..5953171741b 100644 --- a/configure.in +++ b/configure.in @@ -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* )