comparison configure1.in @ 5408:22536a487155

(i[34]86-*-*): Check for *-nextstop*.
author Richard M. Stallman <rms@gnu.org>
date Sat, 01 Jan 1994 17:15:40 +0000
parents dd44db966842
children 8f79303487ae
comparison
equal deleted inserted replaced
5407:dd44db966842 5408:22536a487155
949 *-linux* ) opsys=linux ;; 949 *-linux* ) opsys=linux ;;
950 *-sco3.2v4* ) opsys=sco4 ;; 950 *-sco3.2v4* ) opsys=sco4 ;;
951 *-bsd386* ) opsys=bsd386 ;; 951 *-bsd386* ) opsys=bsd386 ;;
952 *-386bsd* ) opsys=386bsd ;; 952 *-386bsd* ) opsys=386bsd ;;
953 *-netbsd* ) opsys=netbsd ;; 953 *-netbsd* ) opsys=netbsd ;;
954 *-nextstep* ) opsys=mach2 ;;
954 ## Otherwise, we'll fall through to the generic opsys code at the bottom. 955 ## Otherwise, we'll fall through to the generic opsys code at the bottom.
955 esac 956 esac
956 ;; 957 ;;
957 958
958 * ) 959 * )