On Sat, 28 Sep 2002 jdorje@xxxxxxxxxxxxxxxxxxxxx wrote:
I use Debian Sid.My system:
+ checking for autoconf >= 2.52 ... found 2.54, ok.
+ checking for automake >= 1.4 ... found 1.5, ok.
+ checking for xgettext >= 0.10.36 ... found 0.11.5, ok.
+ checking for msgfmt >= 0.10.36 ... found 0.11.5, ok.
...
It happens because config.h contains
/* Define as `__inline' if that's what the C compiler calls it,
or to nothing if it is not supported. */
#define inline
...
So the question is: why is inline incorrectly defined?
My Sid system is exactly as described above, but my config.h reads:
/* Define as `__inline' if that's what the C compiler calls it, or to nothing
if it is not supported. */
/* #undef inline */