RE: Configure does not check for makeinfo
Brought to you by:
jsh,
nano-master
From: Pacheco J. N. <Pac...@Np...> - 2004-05-26 13:00:21
|
> Have you checked if makeinfo really exist and if it reside in a > directory listed in PATH? > What kind of system are you compiling it on? > The makeinfo utility (which is part of the GNU project) translates > texinfo sources to various formats, including TeX, HTML, XML, DocBook > and GNU Info. No, makeinfo was not on the system. I am setting up a Crux Linux system and compiling everything from scratch so I have a good idea of what is on the machine and makeinfo was not on there. I completed the compilation successfully by installing texinfo which also installed makeinfo. The reason for my post to this list was to notify you that the configure script is not checking for makeinfo when it is required. |