This patch may have just broken my configure (even more). Configure now dies with a "could not find working combination of stat function and strcuture" Perhaps it's a clue to what's wrong on my system.
[EMAIL PROTECTED] wrote: > Update of /src/master/dx > In directory opendx.watson.ibm.com:/tmp/cvs-serv12278 > > Modified Files: > acinclude.m4 > Log Message: > AC_CHECK_FUNCS pathologically calls funcs with default "int func(void)" > which doesn't work if the testing compiler is c++ and the function prototype > doesn't fortuitously match the default. Change to use AC_TRY_LINK instead, > to determine the working combination of stat function and structure > definitions.
