groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 09/74: bootstrap.conf: Add "sys_wait" module.


From: G. Branden Robinson
Subject: [groff] 09/74: bootstrap.conf: Add "sys_wait" module.
Date: Fri, 28 Apr 2023 15:10:41 -0400 (EDT)

gbranden pushed a commit to branch branden-2023-04-28
in repository groff.

commit cf002ca5a1998b7f5db82b14bc36bedf890cdc5e
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sun Apr 16 00:50:35 2023 -0500

    bootstrap.conf: Add "sys_wait" module.
    
    * bootstrap.conf (gnulib_modules): Add "sys_wait" module.  MinGW does
      not provide "sys/wait.h", which we require in
      src/preproc/html/pre-html.cpp since commit 11137209ed, 27 June.
---
 ChangeLog      | 6 ++++++
 bootstrap.conf | 3 ++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index da41e2f5c..ae33ebdc5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-04-20  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * bootstrap.conf (gnulib_modules): Add "sys_wait" module.  MinGW
+       does not provide "sys/wait.h", which we require in
+       src/preproc/html/pre-html.cpp since commit 11137209ed, 27 June.
+
 2023-04-20  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        * Makefile.am: Initialize (as empty) Automake variables that we
diff --git a/bootstrap.conf b/bootstrap.conf
index 48a27dcbc..7a2099fb8 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -16,7 +16,7 @@
 # along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 
-# gnulib m4 macro 
+# gnulib m4 macro
 m4_base=gnulib_m4
 
 # gnulib C source files
@@ -44,6 +44,7 @@ gnulib_modules="
     vsnprintf
     stdbool-c99
     stdint
+    sys_wait
 "
 
 # Name of the Makefile.am



reply via email to

[Prev in Thread] Current Thread [Next in Thread]