texinfo-commits
[Top][All Lists]
Advanced

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

master updated (06533588b7 -> 34d95282f9)


From: Patrice Dumas
Subject: master updated (06533588b7 -> 34d95282f9)
Date: Fri, 31 Jan 2025 15:31:01 -0500 (EST)

pertusus pushed a change to branch master.

    from 06533588b7 * tp/Texinfo/XS/configure.ac: move code around, to have 
Perl variables setting in the same block and separate test with Autoconf/Gnulib 
headers and tests with Perl headers better.
     new fcf90f689b * tp/Texinfo/XS/m4/txi_perl_conf.m4 (txi_LOOKUP_PERL_CONF) 
(txi_LOOKUP_PERL_CONF_VALUES, txi_PERL_CONF), tp/Texinfo/XS/configure.ac, 
tp/Texinfo/XS/Makefile.am (ACLOCAL_AMFLAGS): move XS/configure.ac code 
determining Perl variables to an autoconf macro, txi_LOOKUP_PERL_CONF in 
XS/m4/txi_perl_conf.m4.  Rename lookup_perl_conf macro as txi_LOOKUP_PERL_CONF 
and lookup_perl_conf_values macro as txi_LOOKUP_PERL_CONF_VALUES and move to 
txi_perl_conf.m4 too. The objective is t [...]
     new 34d95282f9 * tp/Texinfo/TestXS/configure.ac, 
tp/Texinfo/TestXS/Makefile.am, tp/Texinfo/TestXS/TestXS.pm, 
tp/Texinfo/TestXS/TestXS.xs, tp/maintain/change_perl_modules_version.sh: add a 
simple project directory that builds TestXS modules isolated from the main XS 
directory, to be used to check whether XS modules can be built.


Summary of changes:
 .gitignore                                 |   2 +
 ChangeLog                                  |  21 +++++
 tp/Texinfo/TestXS/Makefile.am              |  41 +++++++++
 tp/Texinfo/{XS => TestXS}/TestXS.pm        |   0
 tp/Texinfo/{XS => TestXS}/TestXS.xs        |   0
 tp/Texinfo/TestXS/configure.ac             |  48 +++++++++++
 tp/Texinfo/XS/Makefile.am                  |   2 +-
 tp/Texinfo/XS/configure.ac                 | 119 +-------------------------
 tp/Texinfo/XS/m4/txi_perl_conf.m4          | 130 +++++++++++++++++++++++++++++
 tp/maintain/change_perl_modules_version.sh |   1 +
 10 files changed, 247 insertions(+), 117 deletions(-)
 create mode 100644 tp/Texinfo/TestXS/Makefile.am
 copy tp/Texinfo/{XS => TestXS}/TestXS.pm (100%)
 copy tp/Texinfo/{XS => TestXS}/TestXS.xs (100%)
 create mode 100644 tp/Texinfo/TestXS/configure.ac
 create mode 100644 tp/Texinfo/XS/m4/txi_perl_conf.m4



reply via email to

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