On Mon, Aug 17, 2015 at 04:25:25PM +0100, Gavin Smith wrote: > On 17 August 2015 at 15:57, Patrice Dumas <[email protected]> wrote: > > Here is a patch that seems to work. It mimicks Dynaloader bootstrap for > > the searching directories too and I fixed the test to be a working > > simple test. This allows to build a standalone XSParagraph module, I > > also attach a shell script testing that. > > > > Even if you do not maintain it afterwards, I think that it is better to > > have something that works for now. > > If that all works all right, would you write a ChangeLog entry and > commit it when you're ready? Thanks.
It is done. I also commited the script that prepares the module and added to the distribution this file as well as MANIFEST and Makefile.PL. I also took the opportunity to remove some files from svn. Something that you may not like, I changed the meaning of TEXINFO_XS default to also try perl paths if libtool .la file is not found. I added TEXINFO_XS=stand-alone that does not check for libtool .la file and TEXINFO_XS=libtool that does not try perl paths. This was such that the stand-alone .pm file works without the need to set an environment variable. -- Pat
