summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-05-16 13:04:40 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-05-16 13:04:40 +0000
commit8be2c24cbd54692e5e59180f37879acb5f5d795d (patch)
tree1fb39ec83006cad8cee16fb4da0cac40a2a7a792 /Configure
parent4984151677c7ba5b0b9f815bc977c0d752cfc430 (diff)
downloadperl-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-xConfigure7
1 files changed, 6 insertions, 1 deletions
diff --git a/Configure b/Configure
index 31763593a5..fa59b5f42e 100755
--- a/Configure
+++ b/Configure
@@ -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'.