From: Jarkko Hietaniemi Date: Fri, 3 Mar 2000 01:25:21 +0000 (+0000) Subject: solaris hints tweak X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e9a51be3c8837e8108362613c249a64299f11c48;p=p5sagit%2Fp5-mst-13.2.git solaris hints tweak p4raw-id: //depot/cfgperl@5458 --- diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh index b21c7a1..2d6cae9 100644 --- a/hints/solaris_2.sh +++ b/hints/solaris_2.sh @@ -56,8 +56,8 @@ esac # Here's another draft of the perl5/solaris/gcc sanity-checker. -test -z "`${cc:-cc} -V 2>/dev/null|grep -i workshop`" || ccisworkshop="$define" -test -z "`${cc:-cc} -v 2>/dev/null|grep -i gcc`" || ccisgcc="$define" +test -z "`${cc:-cc} -V 2>&1|grep -i workshop`" || ccisworkshop="$define" +test -z "`${cc:-cc} -v 2>&1|grep -i gcc`" || ccisgcc="$define" case "$ccisworkshop" in "$define") @@ -380,8 +380,8 @@ EOCBU cat > UU/use64bitall.cbu <<'EOCBU' # This script UU/use64bitall.cbu will get 'called-back' by Configure # after it has prompted the user for whether to be maximally 64 bitty. -case "$use64bitall" in -"$define"|true|[yY]*) +case "$use64bitall-$use64bitall_done" in +"$define-"|true-|[yY]*-) libc='/usr/lib/sparcv9/libc.so' if test ! -f $libc; then cat >&4 < UU/uselongdouble.cbu <<'EOCBU' # This script UU/uselongdouble.cbu will get 'called-back' by Configure # after it has prompted the user for whether to use long doubles. -case "$uselongdouble" in -"$define"|true|[yY]*) +case "$uselongdouble-$uselongdouble_done" in +"$define-"|true-|[yY]*-) case "$ccisworkshop" in '') cat <