# HG changeset patch # User Jim Blandy # Date 740263766 0 # Node ID e9b348e99645b64d76998352bf3b688642198647 # Parent e0be9df19ee154d024288302cd75eb2dc081a2e4 * configure.in: Move clause for PC-compatible i386 box to the end of the case statement, to avoid masking configurations below. diff -r e0be9df19ee1 -r e9b348e99645 configure1.in --- a/configure1.in Wed Jun 16 20:31:01 1993 +0000 +++ b/configure1.in Wed Jun 16 20:49:26 1993 +0000 @@ -639,24 +639,6 @@ machine=symmetry opsys=bsd4-3 ;; - ## Intel 386 machines where we don't care about the manufacturer - i[34]86-*-* ) - machine=intel386 - case "${configuration}" in - *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;; - *-isc2.2 ) opsys=isc2-2 ;; - *-isc* ) opsys=isc3-0 ;; - *-esix5* ) opsys=esix5r4 ;; - *-esix* ) opsys=esix ;; - *-xenix* ) opsys=xenix ;; - *-linux* ) opsys=linux ;; - *-sco3.2v4* ) opsys=sco4 ;; - *-bsd386* ) opsys=bsd386 ;; - *-386bsd ) opsys=386bsd ;; - ## Otherwise, we'll fall through to the generic opsys code at the bottom. - esac - ;; - ## Intel 860 i860-*-sysvr4 ) machine=i860 opsys=usg5-4 @@ -867,6 +849,24 @@ machine=wicat opsys=usg5-2 ;; + ## Intel 386 machines where we don't care about the manufacturer + i[34]86-*-* ) + machine=intel386 + case "${configuration}" in + *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;; + *-isc2.2 ) opsys=isc2-2 ;; + *-isc* ) opsys=isc3-0 ;; + *-esix5* ) opsys=esix5r4 ;; + *-esix* ) opsys=esix ;; + *-xenix* ) opsys=xenix ;; + *-linux* ) opsys=linux ;; + *-sco3.2v4* ) opsys=sco4 ;; + *-bsd386* ) opsys=bsd386 ;; + *-386bsd ) opsys=386bsd ;; + ## Otherwise, we'll fall through to the generic opsys code at the bottom. + esac + ;; + * ) unported=true ;;