From: Malcolm Beattie Date: Thu, 14 May 1998 16:15:09 +0000 (+0000) Subject: Integrate win32 branch into mainline X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a5871d1a83cd3d5c7292135cbb30a336a8552ab0;p=p5sagit%2Fp5-mst-13.2.git Integrate win32 branch into mainline p4raw-id: //depot/perl@969 --- a5871d1a83cd3d5c7292135cbb30a336a8552ab0 diff --cc hints/svr4.sh index 0a38702,eb875e1..2939e4e --- a/hints/svr4.sh +++ b/hints/svr4.sh @@@ -68,12 -34,16 +68,17 @@@ f # UnixWare has a broken csh. The undocumented -X argument to uname is probably # a reasonable way of detecting UnixWare. Also in 2.1.1 the fields in - # FILE* got renamed! - # + # FILE* got renamed! Plus 1.1 can't cast large floats to 32-bit ints. -uw_ver=`uname -v` -uw_isuw=`uname -X 2>&1 | grep Release` +# Leave leading tabs so Configure doesn't propagate these variables - # to config.sh + uw_ver=`uname -v` + uw_isuw=`uname -X 2>&1 | grep Release` + if [ "$uw_isuw" = "Release = 4.2" ]; then + case $uw_ver in + 1.1) + d_casti32='undef' + ;; + esac + fi if [ "$uw_isuw" = "Release = 4.2MP" ]; then case $uw_ver in 2.1)