[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Lack of AM_PROG_CXX_C_O
From: |
Ralf Wildenhues |
Subject: |
Re: Lack of AM_PROG_CXX_C_O |
Date: |
Mon, 25 Jun 2007 17:35:06 +0200 |
User-agent: |
Mutt/1.5.15 (2007-05-20) |
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