1 --- Configure-pre Sun Jul 25 19:18:02 1999
2 +++ Configure Wed Jul 28 17:50:14 1999
3 @@ -1528,6 +1528,11 @@ if test X"$trnl" = X; then
6 if test X"$trnl" = X; then
7 + case "`echo foo|tr '\r' x 2>/dev/null`" in
11 +if test X"$trnl" = X; then
14 $me: Fatal Error: cannot figure out how to translate newlines with 'tr'.
15 @@ -1844,7 +1849,7 @@ for file in $loclist; do
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
24 @@ -3688,7 +3693,7 @@ int main() {
28 -if $cc -o gccvers gccvers.c; then
29 +if $cc -o gccvers gccvers.c $ldflags; then
30 gccversion=`./gccvers`
32 '') echo "You are not using GNU cc." ;;
33 @@ -4892,7 +4897,7 @@ case "$libc" in
41 *) for thislib in $libs; do