On Mon, May 12, 2014 at 09:05:04PM +0300, Aharon Robbins wrote: > After a fresh checkout of the SVN trunk, autogen, configure and make, > the build dies with: > > Undefined subroutine &Texinfo::Structuring::warn_non_empty_parts called at > ../tp/texi2any line 1272.
I can reproduce it. I wonder when it started failing that way... For me, the issue comes from the relocation code. It leads to having /usr/local/share/texinfo being put before perl -I argument. A possible fix would be, when calling texi2any (and not texi2any.pl), to try the directory relative to @datadir@ last in the search path. Looks good to everybody? -- Pat