help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: make returns error while compiling emacs23.1


From: Glenn Morris
Subject: Re: make returns error while compiling emacs23.1
Date: Sun, 27 Sep 2009 22:32:45 -0700
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

srinivas2828 wrote:

> makeinfo is missing - cannot build manuals

This is a bug. Either: install makeinfo (although it is not needed) and
re-run configure; or edit the top-level Makefile in the Emacs 23
distribution. Delete the following 3 lines from the "info" target (near
line 821):

        elif test "$(MAKEINFO)" = "no"; then \
          echo "makeinfo is missing - cannot build manuals" ; \
          exit 1 ; \

You will need to edit Makefile.in in the same way if you run configure
again.
 
http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=3982


reply via email to

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