[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Add back AH_CHECK_HEADERS.
From: |
Ralf Wildenhues |
Subject: |
Re: [PATCH] Add back AH_CHECK_HEADERS. |
Date: |
Fri, 31 Jul 2009 00:05:35 +0200 |
User-agent: |
Mutt/1.5.20 (2009-06-15) |
* Paolo Bonzini wrote on Thu, Jul 30, 2009 at 10:37:40PM CEST:
> Here it is. I tested with this:
>
> AC_INIT
> AC_CONFIG_HEADER([test.h])
> m4_define([a], [argh])
> m4_define([A], [argh])
> m4_define([HAVE_B_H], [strange])
> AH_CHECK_HEADERS([a.h b.h])
>
> that the output is the same as for Autoconf 2.53. I don't think the
> testcase is worth putting in the testsuite, but I can do that if
> you wish.
Either that, or a comment at the function as to why it exists, so that
we don't inadvertently delete it again.
> 2009-07-30 Paolo Bonzini <address@hidden>
>
> Add back AH_CHECK_HEADERS.
> * lib/autoconf/general.m4 (AH_CHECK_HEADERS): New.
> * NEWS: Create new section.
Thanks!
Ralf