autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Using AC_C_INLINE blows up C++ tests


From: Kevin Ryde
Subject: Re: Using AC_C_INLINE blows up C++ tests
Date: Sun, 08 Jun 2003 08:50:18 +1000
User-agent: Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.2 (gnu/linux)

Assar Westerlund <address@hidden> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]