[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Gavin D. Smith |
Date: |
Sun, 13 Aug 2023 15:00:57 -0400 (EDT) |
branch: master
commit fb076674925755745b5bba834ca5b0e8047979d1
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sun Aug 13 15:16:11 2023 +0100
* README-hacking: note that we can't use gettext 0.22.
---
ChangeLog | 4 ++++
README-hacking | 2 ++
2 files changed, 6 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index 36a3e01832..0b43ecba1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2023-08-13 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * README-hacking: note that we can't use gettext 0.22.
+
2023-08-13 Gavin Smith <gavinsmith0123@gmail.com>
* doc/texinfo.tex (\entry): Reduce possible margin overhang from
diff --git a/README-hacking b/README-hacking
index c9871b4751..692eeb55dc 100644
--- a/README-hacking
+++ b/README-hacking
@@ -204,6 +204,8 @@ check at latest automake/autoconf/gettext/help2man version:
after installing new version of gettext.
(check that this does not actually downgrade files due to files also
being updated from gnulib --add-import)
+ . (note upgrade to gettext 0.22 is stalled - see
+ https://lists.gnu.org/archive/html/bug-gettext/2023-07/msg00008.html)
. After upgrading automake/autoconf/gettext, run ./autogen.sh
and/or "autoreconf --verbose --force --install" to update ancilliary
files in build-aux and elsewhere. Check changes before committing.