>>> "Milan" == Milan Tichy <[EMAIL PROTECTED]> writes:

 Milan> Automake version and configure.ac is below...

Thanks.  Unfortunately this looks fine to me.  

Was the `compile' script actually used during compilation in
front of the `cl' invocation?  If yes, could you try the
appended patch?  If not, could you send config.log?  (All this
without using cccl, so that it doesn't hide the bug.)

--- compile
+++ compile
@@ -125,6 +125,8 @@
 
 if test -f "$cofile"; then
   mv "$cofile" "$ofile"
+elif test -f "${cofile}bj"; then
+  mv "${cofile}bj" "$ofile"
 fi
 
 rmdir "$lockdir"
-- 
Alexandre Duret-Lutz



Reply via email to