Paul Eggert <[EMAIL PROTECTED]> writes: > > You'd need to fix Autoconf to keep track of the two languages > separately for 'inline'. This should probably be generalized to other > keywords like 'const'.
I guess for config.in wrapping them in a #ifndef __cplusplus would do the trick. Wouldn't work for command line defs, but it might be easiest to insist anyone using AC_C_INLINE and C++ should only use config.h.
