[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 06/62: bootstrap.conf: Add "sys_wait" module.
From: |
G. Branden Robinson |
Subject: |
[groff] 06/62: bootstrap.conf: Add "sys_wait" module. |
Date: |
Thu, 20 Apr 2023 06:14:28 -0400 (EDT) |
gbranden pushed a commit to branch branden-2023-04-20
in repository groff.
commit a347f9c13a15b656c8d7abb0cf721b4781b57b1b
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 3ffcc679a..79fb7847d 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 06/62: bootstrap.conf: Add "sys_wait" module.,
G. Branden Robinson <=