From 01e57974abc6e78daed8a6f012a832ebd6d67ac0 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 25 May 2020 08:57:52 +0200 Subject: [PATCH] Add missing C99 dependencies. Reported by Paul Smith in . * 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 | 16 ++++++++++++++++ modules/assert | 1 + modules/filenamecat-lgpl | 1 + modules/libc-config | 1 + modules/mktime | 1 + modules/random_r | 1 + modules/regex | 1 + modules/scratch_buffer | 1 + modules/timespec-add | 1 + modules/timespec-sub | 1 + modules/verify | 1 + 11 files changed, 26 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4be21934ad..6b2faf17ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2020-05-25 Bruno Haible + + Add missing C99 dependencies. + Reported by Paul Smith in + . + * 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 explicit_bzero-tests: pacify -Wmissing-declarations diff --git a/modules/assert b/modules/assert index 900a1679ad..668715ad77 100644 --- a/modules/assert +++ b/modules/assert @@ -5,6 +5,7 @@ Files: m4/assert.m4 Depends-on: +c99 configure.ac: gl_ASSERT diff --git a/modules/filenamecat-lgpl b/modules/filenamecat-lgpl index a6415017c3..09965a1c6b 100644 --- a/modules/filenamecat-lgpl +++ b/modules/filenamecat-lgpl @@ -7,6 +7,7 @@ lib/filenamecat-lgpl.c m4/filenamecat.m4 Depends-on: +c99 dirname-lgpl configure.ac: diff --git a/modules/libc-config b/modules/libc-config index 7706165d20..e33f6ded93 100644 --- a/modules/libc-config +++ b/modules/libc-config @@ -7,6 +7,7 @@ lib/libc-config.h m4/__inline.m4 Depends-on: +c99 configure.ac: gl___INLINE diff --git a/modules/mktime b/modules/mktime index 17ed3cd781..7594043e6d 100644 --- a/modules/mktime +++ b/modules/mktime @@ -8,6 +8,7 @@ m4/mktime.m4 Depends-on: time +c99 multiarch intprops [test $REPLACE_MKTIME = 1] libc-config [test $REPLACE_MKTIME = 1] diff --git a/modules/random_r b/modules/random_r index 52becd597b..6fa132497e 100644 --- a/modules/random_r +++ b/modules/random_r @@ -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] diff --git a/modules/regex b/modules/regex index 9d77df7aeb..b987840d82 100644 --- a/modules/regex +++ b/modules/regex @@ -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] diff --git a/modules/scratch_buffer b/modules/scratch_buffer index e59dd62c9d..4f9a72581f 100644 --- a/modules/scratch_buffer +++ b/modules/scratch_buffer @@ -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 diff --git a/modules/timespec-add b/modules/timespec-add index c7ca3950e9..68050bf856 100644 --- a/modules/timespec-add +++ b/modules/timespec-add @@ -5,6 +5,7 @@ Files: lib/timespec-add.c Depends-on: +c99 intprops timespec diff --git a/modules/timespec-sub b/modules/timespec-sub index 3ec70b31a6..f442ceafbb 100644 --- a/modules/timespec-sub +++ b/modules/timespec-sub @@ -5,6 +5,7 @@ Files: lib/timespec-sub.c Depends-on: +c99 intprops timespec diff --git a/modules/verify b/modules/verify index 5216ce890d..f3fe9f0b81 100644 --- a/modules/verify +++ b/modules/verify @@ -5,6 +5,7 @@ Files: lib/verify.h Depends-on: +c99 configure.ac: -- 2.39.5