[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Gavin D. Smith |
Date: |
Tue, 6 Aug 2024 17:16:07 -0400 (EDT) |
branch: master
commit 1ffba603830cbc980b616c2653c0eb38186590ea
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Tue Aug 6 20:50:36 2024 +0100
* tp/Texinfo/XS/configure.ac: elaborate on comment using
information from Bruno.
---
ChangeLog | 5 +++++
tp/Texinfo/XS/configure.ac | 5 ++++-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 0f5fedf0e5..b95da2fbb8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-08-06 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * tp/Texinfo/XS/configure.ac: elaborate on comment using
+ information from Bruno.
+
2024-08-06 Bruno Haible <bruno@clisp.org>
build: Prepare for use of autopoint.
diff --git a/tp/Texinfo/XS/configure.ac b/tp/Texinfo/XS/configure.ac
index 480d514243..6d48b96f6b 100644
--- a/tp/Texinfo/XS/configure.ac
+++ b/tp/Texinfo/XS/configure.ac
@@ -133,7 +133,10 @@ AC_PROG_CC
gl_EARLY
-# i18n support. Use the same GNU gettext version as the main configure.ac
file.
+# i18n support. We need to use the same GNU gettext version as the main
+# configure.ac file since the version of the gettext.m4 and related files
+# must be in sync with the Makefile.in.in in the shared po/ directory.
+#
# To upgrade to a new version of gettext, run:
# gettextize -f --po-dir=../../../po --no-changelog
# To fetch the *.m4 files without upgrading, run: