Handle sunos4.1.3 specially.

This commit is contained in:
Richard M. Stallman 1993-05-26 17:43:22 +00:00
parent 7fed2f52f1
commit 7498a8713c

View file

@ -725,6 +725,7 @@ case "${configuration}" in
esac
case "${configuration}" in
*-sunos4.0* ) opsys=sunos4-0 ;;
*-sunos4.1.3* ) opsys=sunos4-1-3 ;;
*-sunos4* | *-sunos ) opsys=sunos4-1 ;;
*-sunos5* | *-solaris* ) opsys=sol2 ;;
* ) opsys=bsd4-2 ;;