X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=os2%2Fdiff.configure;h=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hb=696814337d4eac8d0663d5307d6e01964d1b2897;hp=c8f3b5899b05ffd622c67098ad35bc8d4cf9c6d9;hpb=2c2d71f566f0a758d1486480f45158c0e70ea496;p=p5sagit%2Fp5-mst-13.2.git diff --git a/os2/diff.configure b/os2/diff.configure index c8f3b58..e69de29 100644 --- a/os2/diff.configure +++ b/os2/diff.configure @@ -1,41 +0,0 @@ ---- Configure-pre Sun Jul 25 19:18:02 1999 -+++ Configure Wed Jul 28 17:50:14 1999 -@@ -1528,6 +1528,11 @@ if test X"$trnl" = X; then - esac - fi - if test X"$trnl" = X; then -+ case "`echo foo|tr '\r' x 2>/dev/null`" in -+ foox) trnl='\r' ;; -+ esac -+fi -+if test X"$trnl" = X; then - cat <&2 - - $me: Fatal Error: cannot figure out how to translate newlines with 'tr'. -@@ -1844,7 +1849,7 @@ for file in $loclist; do - *) - 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 -@@ -3688,7 +3693,7 @@ int main() { - exit(0); - } - EOM --if $cc -o gccvers gccvers.c; then -+if $cc -o gccvers gccvers.c $ldflags; then - gccversion=`./gccvers` - case "$gccversion" in - '') echo "You are not using GNU cc." ;; -@@ -4892,7 +4897,7 @@ case "$libc" in - esac - ;; - esac --libnames=''; -+#libnames=''; - case "$libs" in - '') ;; - *) for thislib in $libs; do