This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
integrate cfgperl changes#6261..6266 into mainline
[perl5.git] / os2 / diff.configure
CommitLineData
403d6f8e
GS
1--- Configure.orig Tue Feb 29 19:07:00 2000
2+++ Configure Thu Mar 2 10:10:24 2000
3@@ -1605,6 +1605,11 @@
3cfae81b
IZ
4 esac
5 fi
6 if test X"$trnl" = X; then
403d6f8e
GS
7+ case "`echo foo|tr '\r\n' xy 2>/dev/null`" in
8+ fooxy) trnl='\n\r' ;;
3cfae81b
IZ
9+ esac
10+fi
11+if test X"$trnl" = X; then
12 cat <<EOM >&2
13
14 $me: Fatal Error: cannot figure out how to translate newlines with 'tr'.
403d6f8e 15@@ -1921,7 +1926,7 @@
8566f259 16 *)
17 echo "I don't know where '$file' is, and my life depends on it." >&4
18 echo "Go find a public domain implementation or fix your PATH setting!" >&4
19- exit 1
20+ #exit 1
21 ;;
22 esac
23 done
403d6f8e 24@@ -5719,7 +5724,7 @@
8566f259 25 esac
26 ;;
27 esac
28-libnames='';
29+#libnames='';
30 case "$libs" in
31 '') ;;
32 *) for thislib in $libs; do