diff MODULES.html.sh @ 18236:aa5db38616a7

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.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 02 Feb 2016 14:29:53 -0800
parents 31b2239ca59c
children 66469465339e
line wrap: on
line diff
--- a/MODULES.html.sh	Tue Feb 02 10:07:32 2016 -0800
+++ b/MODULES.html.sh	Tue Feb 02 14:29:53 2016 -0800
@@ -2338,7 +2338,7 @@
   func_module mbfile
   func_end_table
 
-  element="Support for systems lacking ISO C11"
+  element="Support for systems lacking ISO C 11"
   func_section_wrap c11_sup
   func_wrap H2
   func_echo "$element"
@@ -2350,6 +2350,7 @@
   func_echo "$element"
 
   func_begin_table
+  func_module std-gnu11
   func_module stdalign
   func_end_table