On Sat, Feb 01, 2025 at 09:13:13PM +0100, Patrice Dumas wrote: > Hello, > > There is some important change incoming in the organization of the code, > mainly in the tp directory (and the name of the directory will amso > probably change) to correspond better to the fact that there is now both > a Perl and a C implementation of texi2any (though the Perl > implementation is complete, while the C implementation is not). > > If you follow the development tree, there will be leftovers, for now in > tp/Texinfo/XS mainly (configure, TestXS.la...) , and probably more to > come. Also you may need to rerun autogen.sh.
Thanks for the heads-up. I ran "git pull --rebase", ran "./autogen.sh", configure and make. "make check" completes successfully. I then checked for leftover files with "git status -u". Biggest deletion was "tp/Texinfo/XS/gnulib" and "tp/Texinfo/XS/build-aux". However, I suspect there are more leftover files as there is still tp/Texinfo/XS/configure which you say is a leftover. This is matched by "**/configure" in the top-level .gitignore. Similar patterns match config.log, config.status, aclocal.m4, config.h, config.h.in, stamp-h1, TestXS.la, and TestXS_la-TestXS.lo which I also deleted. However, re-running "make", config.h and config.h.in reappeared, so are evidently still used.