]> code.delx.au - gnu-emacs/blobdiff - config.sub
(sendmail-program): Try /usr/sbin/sendmail.el also.
[gnu-emacs] / config.sub
index 6fd3fe50f4b6c9cdf7f4100c559ca3a16d93a1e6..0e6efcfed9356768c8d1f06ba2258c8bfed82ecd 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Configuration validation subroutine script, version 1.1.
-#   Copyright (C) 1991, 1992 Free Software Foundation, Inc.
+#   Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc.
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
 # can handle that machine.  It does not imply ALL GNU software can. 
@@ -97,6 +97,9 @@ case $os in
        -isc*)
                basic_machine=`echo $1 | sed -e 's/86-.*/86-unknown/'`
                ;;
+       -lynx)
+               os=-lynxos
+               ;;
 esac
 
 # Decode aliases for certain CPU-COMPANY combinations.
@@ -368,9 +371,13 @@ case $basic_machine in
                basic_machine=m88k-motorola
                os=-sysv3
                ;;
-       dpx2)
+       dpx2* | dpx2*-bull)
                basic_machine=m68k-bull
-               os=-sysv
+               os=-sysv3
+               ;;
+       sps7)
+               basic_machine=m68k-bull
+               os=-sysv2
                ;;
        ebmon29k)
                basic_machine=a29k-amd
@@ -491,24 +498,27 @@ esac
 
 # Decode manufacturer-specific aliases for certain operating systems.
 
-if [ "$os" ]
+if [ x"$os" != x"" ]
 then
 case $os in
        # -solaris* is a basic system type, with this one exception.
        -solaris1 | -solaris1.*)
                os=`echo $os | sed -e 's|solaris1|sunos4|'`
                ;;
+       -solaris)
+               os=-solaris2
+               ;;
        # First accept the basic system types.
        # The portable systems comes first.
        # Each alternative must end in a *, to match a version number.
        # -sysv* is not here because it comes later, after sysvr4.
-       -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
+       -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
              | -vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]* | -hpux* \
              | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
              | -amigados* | -msdos* | -newsos* | -unicos* | -aos* \
              | -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \
              | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \
-             | -386bsd*)
+             | -386bsd* | -lynxos*)
                ;;
        -sunos5*)
                os=`echo $os | sed -e 's|sunos5|solaris2|'`
@@ -664,6 +674,9 @@ case $basic_machine in
                        -sunos*)
                                vendor=sun
                                ;;
+                       -lynxos*)
+                               vendor=lynx
+                               ;;
                        -aix*)
                                vendor=ibm
                                ;;