On 11/25/2009 09:28 PM, Alex Turbov wrote:
I'v got a problem with recently released autoconf 2.64 (and even more fresh 2.65). [...] generated code looks like totally invalid :()
Thanks for the report. I'll look into it later, in the meanwhile the workaround that should work in 2.63 to use this:
m4_define([USED_C_HEADERS_LIST], [[fcntl.h float.h memory.h math.h stdio.h stdlib.h assert.h]]) AC_CHECK_HEADERS(USED_C_HEADERS_LIST,,...) or leave the definition as it is and use AC_CHECK_HEADERS([m4_defn([USED_C_HEADERS_LIST])],,...) Paolo
