Hello Julio, * Julio M. Merino Vidal wrote on Mon, Jun 25, 2007 at 04:55:55PM CEST: > > I see that Autoconf 2.61 has added the macros AC_PROG_{CXX,FC,F77}_C_O. > Does Automake need to mimic these, replacing them with their AM_* > counterparts?
I have a dusty patch for this lying around somewhere. I'll try to find and post it when I return from travelling, next week. But chances are you don't need those macros: C++ compilers not understanding "-c -o" (except MSVC, for which wrappers like cccl and wgcc exist) are very rare (UnixWare). Hope that helps. Cheers, Ralf