bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [BUG] AC_CHECK_HEADERS failed in autoconf 2.64/2.65


From: Paolo Bonzini
Subject: Re: [BUG] AC_CHECK_HEADERS failed in autoconf 2.64/2.65
Date: Fri, 27 Nov 2009 11:51:54 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.4pre) Gecko/20090922 Fedora/3.0-3.9.b4.fc12 Lightning/1.0pre Thunderbird/3.0b4

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]