Assar Westerlund <[EMAIL PROTECTED]> writes: > > Wouldn't that require autoconf to write multiple config.h for multiple > languages?
That probably has to be the way to go eventually. But if there's only a few conflicts between C and C++ then maybe often they could share, like now. "const" from AC_C_CONST is probably another like AC_C_INLINE that should be confined to C. Or under some option only spit out a HAVE_CONST and let code use that as it sees fit.
