summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-05-25 08:57:52 +0200
committerBruno Haible <bruno@clisp.org>2020-05-25 09:12:42 +0200
commit01e57974abc6e78daed8a6f012a832ebd6d67ac0 (patch)
tree95381621e0ed3f0aab6cab66d2a7e7de8d0fe7a7
parenta305580f09ada2674c0509389b1674c7b32dce67 (diff)
downloadgnulib-01e57974abc6e78daed8a6f012a832ebd6d67ac0.tar.gz
gnulib-01e57974abc6e78daed8a6f012a832ebd6d67ac0.tar.bz2
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.
-rw-r--r--ChangeLog16
-rw-r--r--modules/assert1
-rw-r--r--modules/filenamecat-lgpl1
-rw-r--r--modules/libc-config1
-rw-r--r--modules/mktime1
-rw-r--r--modules/random_r1
-rw-r--r--modules/regex1
-rw-r--r--modules/scratch_buffer1
-rw-r--r--modules/timespec-add1
-rw-r--r--modules/timespec-sub1
-rw-r--r--modules/verify1
11 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4be21934ad..6b2faf17ef 100644
--- 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
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:

Return to:

Send suggestions and report system problems to the System administrator.