]> Savannah Git Hosting - gnulib.git/commitdiff
Add missing C99 dependencies.
authorBruno Haible <bruno@clisp.org>
Mon, 25 May 2020 06:57:52 +0000 (08:57 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 25 May 2020 07:12:42 +0000 (09:12 +0200)
Reported by Paul Smith <psmith@gnu.org> in
<https://lists.gnu.org/archive/html/bug-gnulib/2020-05/msg00290.html>.

* modules/assert (Depends-on): Add c99.
* modules/filenamecat-lgpl (Depends-on): Likewise.
* modules/libc-config (Depends-on): Likewise.
* modules/mktime (Depends-on): Likewise.
* modules/random_r (Depends-on): Likewise.
* modules/regex (Depends-on): Likewise.
* modules/scratch_buffer (Depends-on): Likewise.
* modules/timespec-add (Depends-on): Likewise.
* modules/timespec-sub (Depends-on): Likewise.
* modules/verify (Depends-on): Likewise.

ChangeLog
modules/assert
modules/filenamecat-lgpl
modules/libc-config
modules/mktime
modules/random_r
modules/regex
modules/scratch_buffer
modules/timespec-add
modules/timespec-sub
modules/verify

index 4be21934ad16faaee1853407147bca00fa689da8..6b2faf17ef7e9d868d35e6888098b6ddd1e03c7e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2020-05-25  Bruno Haible  <bruno@clisp.org>
+
+       Add missing C99 dependencies.
+       Reported by Paul Smith <psmith@gnu.org> in
+       <https://lists.gnu.org/archive/html/bug-gnulib/2020-05/msg00290.html>.
+       * modules/assert (Depends-on): Add c99.
+       * modules/filenamecat-lgpl (Depends-on): Likewise.
+       * modules/libc-config (Depends-on): Likewise.
+       * modules/mktime (Depends-on): Likewise.
+       * modules/random_r (Depends-on): Likewise.
+       * modules/regex (Depends-on): Likewise.
+       * modules/scratch_buffer (Depends-on): Likewise.
+       * modules/timespec-add (Depends-on): Likewise.
+       * modules/timespec-sub (Depends-on): Likewise.
+       * modules/verify (Depends-on): Likewise.
+
 2020-05-24  Paul Eggert  <eggert@cs.ucla.edu>
 
        explicit_bzero-tests: pacify -Wmissing-declarations
index 900a1679ada4dde8afba725700dd91721688937d..668715ad7780e31f8cd636d2cc60fa8b69976ccc 100644 (file)
@@ -5,6 +5,7 @@ Files:
 m4/assert.m4
 
 Depends-on:
+c99
 
 configure.ac:
 gl_ASSERT
index a6415017c31773a823265d750cfc0d94495ea006..09965a1c6b78b453951c564e8f9a91aa1905468c 100644 (file)
@@ -7,6 +7,7 @@ lib/filenamecat-lgpl.c
 m4/filenamecat.m4
 
 Depends-on:
+c99
 dirname-lgpl
 
 configure.ac:
index 7706165d202930bda2cc4c9688f665f02ecbf30b..e33f6ded939c824a17df7ddbd2aac4afef401c4c 100644 (file)
@@ -7,6 +7,7 @@ lib/libc-config.h
 m4/__inline.m4
 
 Depends-on:
+c99
 
 configure.ac:
 gl___INLINE
index 17ed3cd78178f2abca10e8a84840380886b2e61e..7594043e6d9dcc0fa8b47ef3145ff7acee1301c1 100644 (file)
@@ -8,6 +8,7 @@ m4/mktime.m4
 
 Depends-on:
 time
+c99
 multiarch
 intprops        [test $REPLACE_MKTIME = 1]
 libc-config     [test $REPLACE_MKTIME = 1]
index 52becd597b19b402e4fb0c7cdc34658e1831c778..6fa132497e0ed3f1581257af5db479d6d8788551 100644 (file)
@@ -6,6 +6,7 @@ lib/random_r.c
 m4/random_r.m4
 
 Depends-on:
+c99
 libc-config     [test $HAVE_RANDOM_R = 0 || test $REPLACE_RANDOM_R = 1]
 stdlib
 stdint          [test $HAVE_RANDOM_R = 0 || test $REPLACE_RANDOM_R = 1]
index 9d77df7aebfd0cf80e10b62a24a567a9cb967b15..b987840d82a0659756c292e6881970ac575340fa 100644 (file)
@@ -14,6 +14,7 @@ m4/regex.m4
 m4/mbstate_t.m4
 
 Depends-on:
+c99
 extensions
 ssize_t
 alloca-opt      [test $ac_use_included_regex = yes]
index e59dd62c9d6d1d73860880292de24f495b5248de..4f9a72581f1aa61b9d4b71487018d1e343f86aa5 100644 (file)
@@ -9,6 +9,7 @@ lib/malloc/scratch_buffer_grow_preserve.c
 lib/malloc/scratch_buffer_set_array_size.c
 
 Depends-on:
+c99
 libc-config
 stdbool
 stddef
index c7ca3950e94cd3f7a20a405d271e6eadd4275115..68050bf856aa138e67dbe8ddca5a85bd8c7af888 100644 (file)
@@ -5,6 +5,7 @@ Files:
 lib/timespec-add.c
 
 Depends-on:
+c99
 intprops
 timespec
 
index 3ec70b31a6a01b57400e9af47451aaf65088b886..f442ceafbb3c4da328e968573eba0678fb7d93fd 100644 (file)
@@ -5,6 +5,7 @@ Files:
 lib/timespec-sub.c
 
 Depends-on:
+c99
 intprops
 timespec
 
index 5216ce890dac58e596a27341e31258e5d6c0d702..f3fe9f0b812dedfa396dd808e542c2176d55e658 100644 (file)
@@ -5,6 +5,7 @@ Files:
 lib/verify.h
 
 Depends-on:
+c99
 
 configure.ac: