[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Present But Cannot Be Compiled
From: |
Paolo Bonzini |
Subject: |
Re: [PATCH] Present But Cannot Be Compiled |
Date: |
Fri, 07 Nov 2008 08:43:53 +0100 |
User-agent: |
Thunderbird 2.0.0.17 (Macintosh/20080914) |
> I'm also basing the idea that newer macros should unilaterally use newer
> semantics from have this comment on AC_CHECK_TYPES:
>
> # TYPES is an m4 list. There are no ambiguities here, we mean the newer
> # AC_CHECK_TYPE.
It's a bit different. The old AC_CHECK_TYPE needed two arguments,
AC_CHECK_TYPES_ONCE cannot provide the second.
Paolo