[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: CPP determined incorrectly
From: |
Akim Demaille |
Subject: |
Re: CPP determined incorrectly |
Date: |
14 Jun 2001 17:13:50 +0200 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Copyleft) |
>>>>> "Pavel" == Pavel Roskin <address@hidden> writes:
>> How about merging AC_PROG_CPP and AC_PROG_CC together? What's the
>> point of keeping the two of them?
Pavel> My concern is compatibility. There is no real reason to test
Pavel> for one but not the other, but if we go ahead and merge those
Pavel> macros "a few dirty hacks" may stop working.
Dirty hacks must not exist :(
The one you referred to will vanish as soon as Automake use traces.
And we can leave some tricks to help people address their issues. And
we _have_ to provide the interface they need to address their issues.
But the current problem is that there is a huge dependency between CC
and CPP, between CXX and CXXCPP etc. It's becoming a pure nightmare
to synchronize all these people via AC_REQUIRE and so on.
Pavel> If you feel that you can handle it feel free to merge. It
Pavel> should be done earlier or later anyways.
So you share my opinion?