Bruno Haible wrote:
Also, for the use of 'static inline', you need an AC_REQUIRE([AC_C_INLINE]) in the module description.
Better to avoid the use of the 'inline' keyword there. These days I suggest avoiding 'inline' as compilers are pretty good at inlining automatically and it's often not worth the hassle of human annotation. 'inline' has its uses but this particular place isn't one of them.