diff options
author | Ilya Zakharevich <ilya@math.berkeley.edu> | 2001-06-14 21:19:36 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-16 14:01:50 +0000 |
commit | 57a31224d60457bbb3416dd1433469e395f1c8f2 (patch) | |
tree | 39297e3c55f95652d8fde1b6b1021a057fce3b74 /os2 | |
parent | 40ff561f31d4dfe206b69dd70d61c002ce5fc6be (diff) | |
download | perl-57a31224d60457bbb3416dd1433469e395f1c8f2.tar.gz |
os2/diff-configure
Message-ID: <20010615011936.A26982@math.ohio-state.edu>
Empty all of it because I think #10624 made even the
last patch hunk unnecessary.
p4raw-id: //depot/perl@10626
Diffstat (limited to 'os2')
-rw-r--r-- | os2/diff.configure | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/os2/diff.configure b/os2/diff.configure index 59a8a5331c..e69de29bb2 100644 --- a/os2/diff.configure +++ b/os2/diff.configure @@ -1,32 +0,0 @@ ---- Configure.orig Tue Feb 29 19:07:00 2000 -+++ Configure Thu Mar 2 10:10:24 2000 -@@ -1605,6 +1605,11 @@ - 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'. -@@ -1921,7 +1926,7 @@ - *) - echo "I don't know where '$file' is, and my life depends on it." >&4 - echo "Go find a public domain implementation or fix your PATH setting!" >&4 -- exit 1 -+ #exit 1 - ;; - esac - done -@@ -5719,7 +5724,7 @@ - esac - ;; - esac --libnames=''; -+#libnames=''; - case "$libs" in - '') ;; - *) for thislib in $libs; do |