X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Fhpux.sh;h=6d65223bcb7394daa41efe02cd302bbf0adc75bf;hb=de6124c856e6fc34c48856ef1aa5a4c3d045ad5f;hp=ae905b3c5ac315b6c3170fda4b02d0a54dc90435;hpb=4c07fe1d9f6731adc6b9f1b87137723814165394;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/hpux.sh b/hints/hpux.sh index ae905b3..6d65223 100644 --- a/hints/hpux.sh +++ b/hints/hpux.sh @@ -298,9 +298,9 @@ EOSH # (warning) Use of GR3 when frame >= 8192 may cause conflict. # These warnings are harmless and can be safely ignored. +cat > UU/usethreads.cbu <<'EOCBU' # This script UU/usethreads.cbu will get 'called-back' by Configure # after it has prompted the user for whether to use threads. -cat > UU/usethreads.cbu <<'EOCBU' case "$usethreads" in $define|true|[yY]*) if [ "$xxOsRevMajor" -lt 10 ]; then @@ -353,9 +353,9 @@ EOM esac EOCBU -# This script UU/uselfs.cbu will get 'called-back' by Configure -# after it has prompted the user for whether to use 64 bits. cat > UU/uselfs.cbu <<'EOCBU' +# This script UU/uselfs.cbu will get 'called-back' by Configure +# after it has prompted the user for whether to use large files. case "$uselargefiles" in ''|$define|true|[yY]*) # there are largefile flags available via getconf(1)