texinfo-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Patrice Dumas
Date: Sat, 5 Oct 2024 05:41:30 -0400 (EDT)

branch: master
commit 5db693462739025edec55cbec38c8b9f359715f4
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sat Aug 31 11:39:13 2024 +0200

    * tp/Texinfo/XS/configure.ac (AC_INIT): use the same package name as
    in the top-level configure.ac, such that the config.h variables are
    the same.
---
 ChangeLog                  | 6 ++++++
 tp/Texinfo/XS/configure.ac | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index b3c2804eef..6f57174fcb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-08-31  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/Texinfo/XS/configure.ac (AC_INIT): use the same package name as
+       in the top-level configure.ac, such that the config.h variables are
+       the same.
+
 2024-08-31  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/XS/convert/texinfo.c (txi_converter_setup): set PACKAGE_*
diff --git a/tp/Texinfo/XS/configure.ac b/tp/Texinfo/XS/configure.ac
index bec612c2bf..58aa7ad883 100644
--- a/tp/Texinfo/XS/configure.ac
+++ b/tp/Texinfo/XS/configure.ac
@@ -10,7 +10,7 @@
 # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 #
-AC_INIT([texinfo], [7.1.90])
+AC_INIT([GNU Texinfo], [7.1.90])
 AC_CONFIG_AUX_DIR([build-aux])
 AM_INIT_AUTOMAKE
 AC_CONFIG_MACRO_DIR([gnulib/m4])



reply via email to

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