>>>>> "Alexandre" == Alexandre Oliva <[EMAIL PROTECTED]> writes:
Alexandre> On Jul 26, 2000, Akim Demaille <[EMAIL PROTECTED]> wrote:
>> But you seem to say let's go for it, it cannot do harm. I think it
>> does: we might have packages that configure well and fail to
>> compile.
Alexandre> That's why I suggest that this option of testing alternate
Alexandre> extensions be enabled only when a certain autoconf macro is
Alexandre> called. It mustn't be automatic, precisely because it
Alexandre> requires support from the developer.
It is still problematic: we need the extensions during AC_PROG_CXX for
the sanity tests, so it must be called beforehand, but since it needs
the compiler, it must be called afterwards :(
I can't see how this macro could be optional...
Hm, well, yes actually, I see how: setting an sh var which
enables/disables code in AC_PROG_CXX.
I'll send a patch to do this relative to the ac-prog-compiler-inext
patch.