X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=os2%2Fdiff.configure;h=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hb=cfe91bfa026ab1b1865d468d3ab6386d9b410344;hp=7bdfa6f5850f8371661865b097eb64341085fe50;hpb=4e2a5f63925503b57176e32249cf6e160bcf9be9;p=p5sagit%2Fp5-mst-13.2.git diff --git a/os2/diff.configure b/os2/diff.configure index 7bdfa6f..e69de29 100644 --- a/os2/diff.configure +++ b/os2/diff.configure @@ -1,38 +0,0 @@ ---- Configure Wed Feb 25 16:52:55 1998 -+++ Configure.os2 Wed Feb 25 16:52:58 1998 -@@ -1602,7 +1602,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 -@@ -3637,7 +3637,7 @@ - exit(0); - } - EOM --if $cc -o gccvers gccvers.c >/dev/null 2>&1; then -+if $cc -o gccvers gccvers.c $ldflags >/dev/null 2>&1; then - gccversion=`./gccvers` - case "$gccversion" in - '') echo "You are not using GNU cc." ;; -@@ -4434,7 +4434,7 @@ - esac - ;; - esac --libnames=''; -+#libnames=''; - case "$libs" in - '') ;; - *) for thislib in $libs; do -@@ -10392,7 +10392,7 @@ - echo " " - echo "Stripping down executable paths..." >&4 - for file in $loclist $trylist; do -- eval $file="\$file" -+ if test X$file != Xln -o X$osname != Xos2; then eval $file="\$file"; fi - done - ;; - esac