> From: Gavin Smith <[email protected]> > Date: Sat, 18 Dec 2021 14:44:39 +0000 > Cc: Eli Zaretskii <[email protected]>, [email protected] > > On Thu, Dec 16, 2021 at 05:52:45PM -0600, Jacob Bachmeyer wrote: > > If they can have a location fixed relative to the script, the Perl core > > module FindBin and pragmatic module lib can help here: > > > > use FindBin; > > use lib "$FindBin::Bin/../lib"; > > texi2any already can find itself for running from a source directory; it > uses Perl facilities to do this. See the source code in tp/texi2any.pl.
Is this part supposed to work also when Texinfo is installed in a directory different from the prefix with which it was configured?
