[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 22/80: bootstrap.conf: Add "getopt-gnu" module.
From: |
G. Branden Robinson |
Subject: |
[groff] 22/80: bootstrap.conf: Add "getopt-gnu" module. |
Date: |
Sat, 30 Nov 2024 04:02:15 -0500 (EST) |
gbranden pushed a commit to branch master
in repository groff.
commit fb54989456b11cefbc9892ebea589be5ece32241
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Wed Nov 27 05:28:27 2024 -0600
bootstrap.conf: Add "getopt-gnu" module.
* bootstrap.conf: Add "getopt-gnu" to `gnulib_modules`.
---
ChangeLog | 4 ++++
bootstrap.conf | 1 +
2 files changed, 5 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index ac1c13a43..19a497a64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2024-11-27 G. Branden Robinson <g.branden.robinson@gmail.com>
+
+ * bootstrap.conf: Add "getopt-gnu" to `gnulib_modules`.
+
2024-11-27 G. Branden Robinson <g.branden.robinson@gmail.com>
* src/roff/groff/groff.cpp (main): When constructing
diff --git a/bootstrap.conf b/bootstrap.conf
index 893c9a450..e5cbec15b 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -37,6 +37,7 @@ checkout_only_file=README.git
# can be get through gettext though
gnulib_modules="
attribute
+ getopt-gnu
git-version-gen
havelib
memmem
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 22/80: bootstrap.conf: Add "getopt-gnu" module.,
G. Branden Robinson <=