summaryrefslogtreecommitdiff
path: root/modules/std-gnu11
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-02-02 14:29:53 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2016-02-02 14:42:24 -0800
commit2cf7d5cfdbb9fbaddfc24851d355722905d7ebb3 (patch)
treece7defdf37f195e48a5dd4b9bfcd36511b0ea3a1 /modules/std-gnu11
parentd1cca4c2a02a47df553ec43cc5799dc467a45e35 (diff)
downloadgnulib-2cf7d5cfdbb9fbaddfc24851d355722905d7ebb3.tar.gz
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.
Diffstat (limited to 'modules/std-gnu11')
-rw-r--r--modules/std-gnu1119
1 files changed, 19 insertions, 0 deletions
diff --git a/modules/std-gnu11 b/modules/std-gnu11
new file mode 100644
index 0000000000..c04d731964
--- /dev/null
+++ b/modules/std-gnu11
@@ -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