groff-commit
[Top][All Lists]
Advanced

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

[groff] 03/08: bootstrap.conf: Add "stdbool-c99" gnulib module.


From: G. Branden Robinson
Subject: [groff] 03/08: bootstrap.conf: Add "stdbool-c99" gnulib module.
Date: Mon, 6 Mar 2023 16:22:22 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit dca4e915d06b723018d5dba4a458ff2d04cdbc78
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Mon Mar 6 08:31:11 2023 -0600

    bootstrap.conf: Add "stdbool-c99" gnulib module.
    
    * bootstrap.conf (gnulib_modules): Add "stdbool-c99" per recommendation
      from Bruno Haible.
    
    Fixes build problem on Solaris using Sun compiler.
---
 ChangeLog      | 7 +++++++
 bootstrap.conf | 1 +
 2 files changed, 8 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 69f6f1042..8f0dfe960 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2023-03-06  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * bootstrap.conf (gnulib_modules): Add "stdbool-c99" per
+       recommendation from Bruno Haible.
+
+       Fixes build problem on Solaris using Sun compiler.
+
 2023-03-06  Bruno Haible <bruno@clisp.org>
 
        * Makefile.am (AR): Remove hardcoded value. Let Automake use the
diff --git a/bootstrap.conf b/bootstrap.conf
index 1cea1197d..379a73ea3 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -42,6 +42,7 @@ gnulib_modules="
     fprintf-posix
     snprintf
     vsnprintf
+    stdbool-c99
 "
 
 # Name of the Makefile.am



reply via email to

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