1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00

std-gnu11: new module

This makes it easier for applications to prefer C11 and C++11
to older variants, when compiling C and C++ code.
Unlike most m4/*.m4 files, m4/std-gnu11.m4 is GPLed, as it copies
a nontrivial chunk of GPLed Autoconf source code.
* COPYING: Mention the m4/*.m4 copyright situation.
* MODULES.html.sh (std-gnu11): New module.
* m4/std-gnu11.m4, modules/std-gnu11: New files.
This commit is contained in:
Paul Eggert
2016-02-02 14:29:53 -08:00
parent d1cca4c2a0
commit 2cf7d5cfdb
5 changed files with 852 additions and 2 deletions

19
modules/std-gnu11 Normal file
View File

@@ -0,0 +1,19 @@
Description:
Prefer GNU C11 and C++11 to earlier versions.
Files:
m4/std-gnu11.m4
Depends-on:
configure.ac:
Makefile.am:
Include:
License:
GPL
Maintainer:
all