texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * tp/Texinfo/XS/configure.ac: add a comment expla


From: Patrice Dumas
Subject: branch master updated: * tp/Texinfo/XS/configure.ac: add a comment explaining that the issue --enable-xs-perl-libintl worked around is fixed.
Date: Sun, 01 Dec 2024 10:27:43 -0500

This is an automated email from the git hooks/post-receive script.

pertusus pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new e04e5477cb * tp/Texinfo/XS/configure.ac: add a comment explaining that 
the issue --enable-xs-perl-libintl worked around is fixed.
e04e5477cb is described below

commit e04e5477cb1c5fe748342f386ec4e9c95af2f45d
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sun Dec 1 16:27:34 2024 +0100

    * tp/Texinfo/XS/configure.ac: add a comment explaining that the issue
    --enable-xs-perl-libintl worked around is fixed.
---
 ChangeLog                  | 5 +++++
 tp/Texinfo/XS/configure.ac | 5 +++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index a062229773..f56f236405 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-12-01  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/Texinfo/XS/configure.ac: add a comment explaining that the issue
+       --enable-xs-perl-libintl worked around is fixed.
+
 2024-12-01  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/XSLoader.pm (init): do not fallback if additional
diff --git a/tp/Texinfo/XS/configure.ac b/tp/Texinfo/XS/configure.ac
index 9c4a784806..5ec092100b 100644
--- a/tp/Texinfo/XS/configure.ac
+++ b/tp/Texinfo/XS/configure.ac
@@ -201,6 +201,9 @@ GL_GNULIB_MDA_PUTENV=0
 AM_CONDITIONAL([HAVE_ICONV],
                [test "x$am_func_iconv" = "xyes"])
 
+# This switch was added when there were issues on some platforms with
+# the locales switch for output strings translations when done in C.
+# Now that it is fixed, it could be removed.
 AC_ARG_ENABLE([xs-perl-libintl],
     AS_HELP_STRING([--enable-xs-perl-libintl],
               [prefer Perl libintl-perl gettext in XS modules]),
@@ -212,8 +215,6 @@ AC_ARG_ENABLE([xs-perl-libintl],
      [
       if test $usable_getenv_in_XS = yes ; then
         use_libinlt_perl_in_xs=no
-        # TODO add a check of working C libintl gettext for the locale
-        # switching and translated output string retrieval
       else
         use_libinlt_perl_in_xs=yes
       fi



reply via email to

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