emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: makeinfo check fails


From: Glenn Morris
Subject: Re: makeinfo check fails
Date: Mon, 04 May 2009 18:03:25 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Thomas Hühn wrote:

> |checking for makeinfo... no
> |configure: error: You do not seem to have makeinfo >= 4.6 [...]
>
> My makeinfo is from texlive and it is in the path. To make sure I ran
> configure like this:
>
> PATH="~/texlive/bin/i386-linux:$PATH" ./configure 
> --without-toolkit-scroll-bars
>
> No change.
>
> My makeinfo is "makeinfo (GNU texinfo) 4.12".

Seems fine. This passes the test configure applies:

echo 'makeinfo (GNU texinfo) 4.12' | \
  egrep 'texinfo[^0-9]*([1-4][0-9]+|[5-9]|4\.[6-9]|4\.[1-5][0-9]+)'

(where configure has already set 'egrep' to whatever is appropriate.)

> Any ideas?

Does

echo $MAKEINFO

return anything? If so, try

unset MAKEINFO

Otherwise, examine configure output and config.log for more details
related to makeinfo. Eg, what does it say at:

checking for makeinfo...  ???




reply via email to

[Prev in Thread] Current Thread [Next in Thread]