Mercurial > emacs
comparison configure1.in @ 3761:e9b348e99645
* configure.in: Move clause for PC-compatible i386 box to the end
of the case statement, to avoid masking configurations below.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Wed, 16 Jun 1993 20:49:26 +0000 |
parents | 72997ec201f2 |
children | 78c629b32fd9 |
comparison
equal
deleted
inserted
replaced
3760:e0be9df19ee1 | 3761:e9b348e99645 |
---|---|
637 ## Sequent Symmetry | 637 ## Sequent Symmetry |
638 i386-sequent-bsd* ) | 638 i386-sequent-bsd* ) |
639 machine=symmetry opsys=bsd4-3 | 639 machine=symmetry opsys=bsd4-3 |
640 ;; | 640 ;; |
641 | 641 |
642 ## Intel 386 machines where we don't care about the manufacturer | |
643 i[34]86-*-* ) | |
644 machine=intel386 | |
645 case "${configuration}" in | |
646 *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;; | |
647 *-isc2.2 ) opsys=isc2-2 ;; | |
648 *-isc* ) opsys=isc3-0 ;; | |
649 *-esix5* ) opsys=esix5r4 ;; | |
650 *-esix* ) opsys=esix ;; | |
651 *-xenix* ) opsys=xenix ;; | |
652 *-linux* ) opsys=linux ;; | |
653 *-sco3.2v4* ) opsys=sco4 ;; | |
654 *-bsd386* ) opsys=bsd386 ;; | |
655 *-386bsd ) opsys=386bsd ;; | |
656 ## Otherwise, we'll fall through to the generic opsys code at the bottom. | |
657 esac | |
658 ;; | |
659 | |
660 ## Intel 860 | 642 ## Intel 860 |
661 i860-*-sysvr4 ) | 643 i860-*-sysvr4 ) |
662 machine=i860 opsys=usg5-4 | 644 machine=i860 opsys=usg5-4 |
663 ;; | 645 ;; |
664 | 646 |
863 ;; | 845 ;; |
864 | 846 |
865 ## Wicat | 847 ## Wicat |
866 m68*-wicat-sysv* ) | 848 m68*-wicat-sysv* ) |
867 machine=wicat opsys=usg5-2 | 849 machine=wicat opsys=usg5-2 |
850 ;; | |
851 | |
852 ## Intel 386 machines where we don't care about the manufacturer | |
853 i[34]86-*-* ) | |
854 machine=intel386 | |
855 case "${configuration}" in | |
856 *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;; | |
857 *-isc2.2 ) opsys=isc2-2 ;; | |
858 *-isc* ) opsys=isc3-0 ;; | |
859 *-esix5* ) opsys=esix5r4 ;; | |
860 *-esix* ) opsys=esix ;; | |
861 *-xenix* ) opsys=xenix ;; | |
862 *-linux* ) opsys=linux ;; | |
863 *-sco3.2v4* ) opsys=sco4 ;; | |
864 *-bsd386* ) opsys=bsd386 ;; | |
865 *-386bsd ) opsys=386bsd ;; | |
866 ## Otherwise, we'll fall through to the generic opsys code at the bottom. | |
867 esac | |
868 ;; | 868 ;; |
869 | 869 |
870 * ) | 870 * ) |
871 unported=true | 871 unported=true |
872 ;; | 872 ;; |