[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * tp/Texinfo/XS/configure.ac: adjust a comment so
From: |
Gavin D. Smith |
Subject: |
branch master updated: * tp/Texinfo/XS/configure.ac: adjust a comment so that aclocal does not think that "serial number" refers to a serial number of "number". |
Date: |
Tue, 06 Aug 2024 17:22:56 -0400 |
This is an automated email from the git hooks/post-receive script.
gavin pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new 1ac24467b0 * tp/Texinfo/XS/configure.ac: adjust a comment so that
aclocal does not think that "serial number" refers to a serial number of
"number".
1ac24467b0 is described below
commit 1ac24467b0f08e07490a62eb3fb1bb2acea2b9f1
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Tue Aug 6 22:22:47 2024 +0100
* tp/Texinfo/XS/configure.ac: adjust a comment so that aclocal
does not think that "serial number" refers to a serial number of
"number".
---
ChangeLog | 6 ++++++
tp/Texinfo/XS/configure.ac | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 6046fa2be6..86c242c53c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-08-06 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * tp/Texinfo/XS/configure.ac: adjust a comment so that aclocal
+ does not think that "serial number" refers to a serial number of
+ "number".
+
2024-08-06 Gavin Smith <gavinsmith0123@gmail.com>
* tp/Texinfo/XS: add or upgrade gettext files by following
diff --git a/tp/Texinfo/XS/configure.ac b/tp/Texinfo/XS/configure.ac
index 6d48b96f6b..4597425661 100644
--- a/tp/Texinfo/XS/configure.ac
+++ b/tp/Texinfo/XS/configure.ac
@@ -141,8 +141,8 @@ gl_EARLY
# gettextize -f --po-dir=../../../po --no-changelog
# To fetch the *.m4 files without upgrading, run:
# autopoint -f; rm -rf po
-# and revert the changes of gnulib/m4/*.m4 files that downgrade from a newer
-# serial number (from gnulib) to an older serial number (from gettext).
+# and then revert any changes of gnulib/m4/*.m4 files that downgrade from a
+# newer serial number (from gnulib) to an older serial number (from gettext).
# See http://gnu.org/s/gnulib/manual/html_node/gettextize-and-autopoint.html.
AM_GNU_GETTEXT_VERSION([0.21])
AM_GNU_GETTEXT([external])
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * tp/Texinfo/XS/configure.ac: adjust a comment so that aclocal does not think that "serial number" refers to a serial number of "number".,
Gavin D. Smith <=