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.
