Record that stdbool depends on C99 these days.
This matters only for ancient compilers that need special
flags to support C99 features.
* modules/stdbool (Depends-on): Add c99.
+2022-09-14 Paul Eggert <eggert@cs.ucla.edu>
+
+ stdbool: depend on C99
+ Record that stdbool depends on C99 these days.
+ This matters only for ancient compilers that need special
+ flags to support C99 features.
+ * modules/stdbool (Depends-on): Add c99.
+
2022-09-14 Bruno Haible <bruno@clisp.org>
verify: Avoid syntax error due to static_assert with MSVC 14 in C++.
Files:
m4/c-bool.m4
+Depends-on:
+c99
+
configure.ac:
gl_C_BOOL