gbranden pushed a commit to branch master
in repository groff.

commit 1ed82f3d5a759035d7cd051b776b395925ffb542
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Jun 21 20:47:26 2025 -0500

    bootstrap.conf: Update gnulib module names.
    
    * bootstrap.conf: Migrate to contemporary names for gnulib modules.
        stdbool-c99 -> stdbool-h-c99
        stdckdint   -> stdckdint-h
        stdint      -> stdint-h
        sys_wait    -> sys_wait-h
    
    Quietens deprecation notices when running "bootstrap".
---
 ChangeLog      | 9 +++++++++
 bootstrap.conf | 8 ++++----
 2 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 47c61d6b3..09429c14a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2025-06-21  G. Branden Robinson <[email protected]>
+
+       * bootstrap.conf: Migrate to contemporary names for gnulib
+       modules.
+         stdbool-c99 -> stdbool-h-c99
+         stdckdint   -> stdckdint-h
+         stdint      -> stdint-h
+         sys_wait    -> sys_wait-h
+
 2025-06-21  G. Branden Robinson <[email protected]>
 
        [man]: Fix inaccurately reported revision date of groff_man(7)
diff --git a/bootstrap.conf b/bootstrap.conf
index 24d6b0924..5c56a3c44 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -46,13 +46,13 @@ gnulib_modules="
     snprintf
     vsnprintf
     stat
-    stdbool-c99
-    stdckdint
-    stdint
+    stdbool-h-c99
+    stdckdint-h
+    stdint-h
     strcase
     strerror
     strsignal
-    sys_wait
+    sys_wait-h
     unlink
 "
 

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to