Since previous gnulib update, './bootstrap' shows deprecation warnings
like the following for several modules:
  Notice from module errno:
    This module is deprecated. Use the module 'errno-h' instead.
Use the newer names instead:
- errno -> errno-h
- inttypes -> inttypes-h
- locale -> locale-h
- math -> math-h
- realloc-gnu -> realloc-posix
- stdarg -> stdarg-h
- stdbool -> bool
- stddef -> stddef-h
- stdint -> stdint-h
- stdio -> stdio-h
- stdlib -> stdlib-h
- string -> string-h
- sys_stat -> sys_stat-h
- sys_time -> sys_time-h
- sys_types -> sys_types-h
- sys_wait -> sys_wait-h
- wchar -> wchar-h

* bootstrap.conf (gnulib_modules): Do the above replacements.
---
 bootstrap.conf | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

diff --git a/bootstrap.conf b/bootstrap.conf
index eb42397d..15eac866 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -77,6 +77,7 @@ gnulib_modules="
     argv-iter
     assert
     basename-lgpl
+    bool
     c-strcasestr
     c-strstr
     canonicalize
@@ -90,7 +91,7 @@ gnulib_modules="
     dirname
     dup2
     endian
-    errno
+    errno-h
     error
     faccessat
     fchdir
@@ -117,13 +118,13 @@ gnulib_modules="
     idcache
     inline
     intprops
-    inttypes
+    inttypes-h
     isblank
-    locale
+    locale-h
     lstat
     malloc-gnu
     manywarnings
-    math
+    math-h
     mbrtowc
     mbscasestr
     mbswidth
@@ -141,7 +142,7 @@ gnulib_modules="
     progname
     quotearg
     readlink
-    realloc-gnu
+    realloc-posix
     regex
     rpmatch
     safe-read
@@ -154,23 +155,22 @@ gnulib_modules="
     stat-macros
     stat-size
     stat-time
-    stdarg
-    stdbool
-    stddef
-    stdio
-    stdint
-    stdlib
+    stdarg-h
+    stddef-h
+    stdio-h
+    stdint-h
+    stdlib-h
     stpcpy
     strcasestr
     strdup-posix
-    string
+    string-h
     strndup
     strtoull
     strtoumax
-    sys_stat
-    sys_time
-    sys_types
-    sys_wait
+    sys_stat-h
+    sys_time-h
+    sys_types-h
+    sys_wait-h
     timespec
     uname
     unistd-safer
@@ -179,7 +179,7 @@ gnulib_modules="
     version-etc
     version-etc-fsf
     warnings
-    wchar
+    wchar-h
     wcwidth
     xalloc
     xalloc-die
--
2.47.1


Reply via email to