(SunOS): define to xy for SunOS x.y

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6479 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-07-22 02:57:31 +00:00
parent 5b5f76323f
commit 5fb00398bc

View File

@@ -14,10 +14,13 @@ AC_SUBST(CANONICAL_HOST)
sunos=no
case "$host" in
*-*-sunos4*)
sunos=4
sunos=40
;;
*-*-solaris2.7)
sunos=57
;;
*-*-solaris2*)
sunos=5
sunos=50
;;
esac
if test "$sunos" != no; then
@@ -864,6 +867,7 @@ AC_OUTPUT(Makefile \
appl/telnet/telnet/Makefile \
appl/telnet/telnetd/Makefile \
appl/test/Makefile \
appl/kf/Makefile \
doc/Makefile \
)