1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/std-gnu11
Paul Eggert 8990abb500 std-gnu23: new module
The plan is to update the c99 module to depend on std-gnu23
instead of on std-gnu11, and to make std-gnu11 obsolete.
A benefit of this will be that c99 will no longer affect C++.
For now, though, std-gnu23 is simply a new, optional module.
* MODULES.html.sh (func_all_modules): Add it.
* modules/std-gnu11: Change description.
* modules/std-gnu23, m4/std-gnu23.m4: New files.
* m4/std-gnu11.m4: Do nothing if _AC_C_C23_OPTIONS is defined.
(AC_PROG_CC): Use AC_DEFUN, not AC_DEFUN_ONCE, so that
we can be superseded.
2024-07-28 12:37:45 -07:00

20 lines
203 B
Plaintext

Description:
Prefer GNU C11 and C++11 to earlier versions, unless std-gnu23 is also used.
Files:
m4/std-gnu11.m4
Depends-on:
configure.ac:
Makefile.am:
Include:
License:
unlimited
Maintainer:
all