On Thu, 26 Mar 2009, Eric Blake wrote:
According to Reuben Thomas on 3/26/2009 5:47 AM:
Can you post a simple configure.ac to reproduce this?
Sure:
AC_INIT
AC_FUNC_GETGROUPS
The generated configure adds the code
#define size_t unsigned int
to confdefs.h at line 3556 on my system (using autoconf 1.10.1).
And the config.log snippet where AC_REQUIRE([AC_TYPE_SIZE_T]) is rejecting
your system's size_t?
OK, it seems that the system headers won't build with -std=c89 on this
system, so it's not an autoconf problem. Thanks for pointing me to the real
problem!