I get:
makeinfo not found
Thanks for your reply,
best Konrad
> Am 13.06.2025 um 11:14 schrieb Arash Esbati <arash@gnu.org>:
>
> Konrad Podczeck <konrad.podczeck@univie.ac.at> writes:
>
>> Building emacs stops and ends with the lines
>>
>> /Library/Developer/CommandLineTools/usr/bin/make -C doc/lispref info
>> GEN ../../info/elisp.info
>> make[1]: makeinfo: No such file or directory
>> make[1]: *** [../../info/elisp.info] Error 1
>> make: *** [lispref-info] Error 2
>>
>> even though elisp.info does exist.
>
> In the same shell, what do you get when you do:
>
> $ which makeinfo
>
> ? Best, Arash