[5605c12a99493289acb39938f029a2db1cebc5bd]
After saying `./autogen.sh` I see ``` automake: error: cannot open < doc/tp_api/tp_api.texi: No such file or directory ``` Continuing with `./configure` I see the follow-up error ``` config.status: error: cannot find input file: `doc/tp_api/Makefile.in' ``` Still continuing, `make` immediately fails with ``` make all-recursive make[1]: Entering directory '/home/wl/git/texinfo.compiled' Making all in gnulib/lib make[2]: Entering directory '/home/wl/git/texinfo.compiled/gnulib/lib' make[2]: *** No rule to make target 'all'. Stop. make[2]: Leaving directory '/home/wl/git/texinfo.compiled/gnulib/lib' make[1]: *** [Makefile:1489: all-recursive] Error 1 make[1]: Leaving directory '/home/wl/git/texinfo.compiled' make: *** [Makefile:1428: all] Error 2 ``` Werner