On Fri, Aug 08, 2025 at 01:22:54PM +0200, Patrice Dumas wrote: > On Wed, Aug 06, 2025 at 09:10:45PM -0400, Gavin D. Smith wrote: > > - abs_command_directory = strdup (command_directory); > > + char *check_file; > > + const char *updir_file = "texi2any.c"; > > This will not work for out of source build, since the executable will be in > the build directory. Maybe look for libtexinfo.la file instead?
Thanks, it should be fixed now.
