Hello,

I made two changes to the SWIG interface:
* it is now C only, no more Perl code call
* it is statically linked against the texinfo libraries

It should now work on every platform.  I changed the configure such that
if SWIG is detected, the interfaces are built and installed in the
default case.

Does it look good?

Note that since it is now C only, it means that it will depend more on
the underlying C library.  It should not make much difference, except
for translations that are done right after parsing, they won't be done
if the libc does not handle LANGUAGE, as is the case for musl.

There is now a failure in opencsw in the SWIG interface testsuite for
solaris 10, which happen to have swig installed, for one test.
Other than that, all the github CI pass, with swig installed when
possible.

-- 
Pat

Reply via email to