X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Configure;h=576b88d1d238cb3e76f15c337f31e9a6a1129424;hb=208f012aa184134b9abfe8ba1bf8f2ae28539908;hp=d9397bf2ad1386b945b0d5a46faa4220f6799ba1;hpb=2c0c170a5682dcc9df1a873339af96740b1b0e52;p=p5sagit%2Fp5-mst-13.2.git diff --git a/Configure b/Configure index d9397bf..576b88d 100755 --- a/Configure +++ b/Configure @@ -30,7 +30,7 @@ # $Id: Head.U 6 2006-08-25 22:21:46Z rmanfredi $ # -# Generated on Mon Feb 1 12:57:52 CET 2010 [metaconfig 3.5 PL0] +# Generated on Sat Feb 13 19:05:42 CET 2010 [metaconfig 3.5 PL0] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ </dev/null; then - echo "Substituting less -R for less." - less="$less -R" - _less=$less - fi - ;; -esac case "$egrep" in egrep) echo "Substituting grep for egrep." @@ -2454,6 +2445,15 @@ egrep) _egrep=$grep ;; esac +case "$less" in +'') ;; +*) if $less -R /dev/null; then + echo "Substituting less -R for less." + less="$less -R" + _less=$less + fi + ;; +esac case "$ln" in ln) echo "Substituting cp for ln." @@ -7152,6 +7152,8 @@ esac : DTrace support dflt_dtrace='/usr/sbin/dtrace' +$test -x /usr/bin/dtrace && dflt_dtrace='/usr/bin/dtrace' + cat <