diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-16 13:04:40 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-16 13:04:40 +0000 |
commit | 8be2c24cbd54692e5e59180f37879acb5f5d795d (patch) | |
tree | 1fb39ec83006cad8cee16fb4da0cac40a2a7a792 /Configure | |
parent | 4984151677c7ba5b0b9f815bc977c0d752cfc430 (diff) | |
download | perl-8be2c24cbd54692e5e59180f37879acb5f5d795d.tar.gz |
OS/2 tr (well, GNU textutils 2.0 tr) probing tweak
from John Poltorak <jp@eyup.org>.
p4raw-id: //depot/perl@16623
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Sat May 11 22:27:01 EET DST 2002 [metaconfig 3.0 PL70] +# Generated on Thu May 16 17:03:39 EET DST 2002 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -1858,6 +1858,11 @@ if test X"$trnl" = X; then esac fi if test X"$trnl" = X; then + case "`echo foo|tr '\r\n' xy 2>/dev/null`" in + fooxy) trnl='\n\r' ;; + esac +fi +if test X"$trnl" = X; then cat <<EOM >&2 $me: Fatal Error: cannot figure out how to translate newlines with 'tr'. |