[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Amend AC_CHECK_HEADER_STDBOOL for C++11 and modern dialects
From: |
Paul Eggert |
Subject: |
Re: [PATCH] Amend AC_CHECK_HEADER_STDBOOL for C++11 and modern dialects |
Date: |
Tue, 31 May 2016 09:07:25 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 |
On 05/31/2016 12:33 AM, David Seifert wrote:
configure.ac:
AC_INIT
AC_PROG_CXX
m4_include([stdbool.m4])
AC_LANG_PUSH([C++])
AC_CHECK_HEADER_STDBOOL
Thanks for the example. I installed your patch into gnulib. But I don't
see how it can work without __bool_true_false_are_defined being defined,
so I installed the attached additional patch as well. Please let us know
if you see a problem with this.
CC:ing address@hidden since I installed a patch there too, to
match.
0001-stdbool-Restore-__bool_true_false_are_defined-check.patch
Description: Source code patch
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [PATCH] Amend AC_CHECK_HEADER_STDBOOL for C++11 and modern dialects,
Paul Eggert <=