I added this module now.
> === modules/no-c++ ===
> Description:
> Support for compiling in C mode when CC is set to a C++ compiler.
>
> Files:
> m4/no-c++.m4
>
> Depends-on:
>
> configure.ac:
> gt_NO_CXX
>
> Makefile.am:
>
> Include:
>
Paul Eggert wrote:
> for it to be useful won't we
> also need to sprinkle $(NO_CXX) throughout the descriptions of all
> modules that are not compilable with g++?
Yes. This is easy to do. I imagine Simon's buildbot will give us the list
of modules for which it is necessary.
So far, I put each suc
Bruno Haible <[EMAIL PROTECTED]> writes:
> Objections?
I have no objections to this module, but for it to be useful won't we
also need to sprinkle $(NO_CXX) throughout the descriptions of all
modules that are not compilable with g++? How would that work?
Hi,
We've seen that it can be useful, for typechecking purposes, to be able
to compile a whole package with a C++ compiler. But some parts, such as
the regex module, are written in C, and too many code changes would be needed
to make them compile in C++ mode.
This module allows to group such modu