# HG changeset patch
# User Gerd Moellmann <gerd@gnu.org>
# Date 960989827 0
# Node ID 35fabb4b6bab726d067c248e3d4c3dcb0ce2ce9e
# Parent  31099bb76b6ec2243d40193050149be10e76c6cd
Add support for `*-lynxos*'.
Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
recommended by <Karen.Dorhamer@compaq.com> to fix problems
on Tru64 UNIX v5.0.

diff -r 31099bb76b6e -r 35fabb4b6bab configure.in
--- a/configure.in	Wed Jun 14 13:35:45 2000 +0000
+++ b/configure.in	Wed Jun 14 13:37:07 2000 +0000
@@ -260,7 +260,7 @@
     # This is necessary on 5.0 to avoid mangling src/Makefile.
     # Separated out in case it causes problems on earlier versions.
     alpha*-dec-osf[5-9]*)
-      NON_GNU_CPP='cc -E -std0' ;;
+      NON_GNU_CPP='cpp' ;;
     esac
   ;;
 
@@ -980,6 +980,7 @@
   i[3456]86-*-* )
     machine=intel386
     case "${canonical}" in
+      *-lynxos* )               opsys=lynxos ;;
       *-isc1.* | *-isc2.[01]* )	opsys=386-ix ;;
       *-isc2.2* )		opsys=isc2-2 ;;
       *-isc4.0* )		opsys=isc4-0 ;;