xref: /openbsd-src/gnu/usr.bin/perl/os2/diff.configure (revision ce7e0fc6a9d74d25b78fb6ad846387717f5172b6)
1--- Configure.orig	Tue Feb 29 19:07:00 2000
2+++ Configure	Thu Mar  2 10:10:24 2000
3@@ -1605,6 +1605,11 @@
4 	esac
5 fi
6 if test X"$trnl" = X; then
7+	case "`echo foo|tr '\r\n' xy 2>/dev/null`" in
8+	fooxy) trnl='\n\r' ;;
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'.
15@@ -1921,7 +1926,7 @@
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
24@@ -5719,7 +5724,7 @@
25 	esac
26 	;;
27 esac
28-libnames='';
29+#libnames='';
30 case "$libs" in
31 '') ;;
32 *)  for thislib in $libs; do
33