> > I've noticed that if you try to build a texi file that has an error
> > you get a warning from the `missing' program:
>
> Presumably missing should check, when the execution of a program
> fails, whether the program can be found in the PATH or not, and only
> report its warning if it finds the program is indeed missing.
>
Why would it use 'missing' anyway? If AM_MISSING_PROG actually checks
for the program in question before using 'missing --run $program', there
would be no such problem.
I expect there were reasons for not doing it like that, but since it
seemed the obvious solution, I just thought I'd mention it.