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

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

bug#3982: marked as done (Emacs 23.1 configure/Makefile: MAKEINFO=no inc


From: Emacs bug Tracking System
Subject: bug#3982: marked as done (Emacs 23.1 configure/Makefile: MAKEINFO=no inconsistent with test for $(MAKEINFO)=off)
Date: Sat, 29 Aug 2009 02:25:09 +0000

Your message dated Fri, 28 Aug 2009 22:20:33 -0400
with message-id <jxr5uvmkcu.fsf@fencepost.gnu.org>
and subject line Re: bug#3982: Emacs 23.1 configure/Makefile: MAKEINFO=no 
inconsistent with test for $(MAKEINFO)=off
has caused the Emacs bug report #3982,
regarding Emacs 23.1 configure/Makefile: MAKEINFO=no inconsistent with test for 
$(MAKEINFO)=off
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
3982: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=3982
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems
--- Begin Message --- Subject: Emacs 23.1 configure/Makefile: MAKEINFO=no inconsistent with test for $(MAKEINFO)=off Date: Thu, 30 Jul 2009 21:23:55 +0200 User-agent: Thunderbird 2.0.0.22 (X11/20090605)
Hello,

for http://ftp.gnu.org/pub/gnu/emacs/emacs-23.1.tar.gz
on KUbuntu 6.06, after running configure, I got a Makefile with

  MAKEINFO=no

(which seems to originate from configure line 5319), but all the tests
in the Makefile compare to "off", like

  test "$(MAKEINFO)" = "off";

Therefore "make install" failed with

  makeinfo is missing - cannot build manuals

After manually adapting Makefile to

  MAKEINFO=off

"make install" it worked fine.

==> either configure should create "Makefile=off",
    or the Makefile tests should check for "no".

Thanks for Emacs!

Helmut
-- 
Helmut Steeb
hs2009@bible2.net (akt. Jahr einsetzen / insert current year)



--- End Message ---
--- Begin Message --- Subject: Re: bug#3982: Emacs 23.1 configure/Makefile: MAKEINFO=no inconsistent with test for $(MAKEINFO)=off Date: Fri, 28 Aug 2009 22:20:33 -0400 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
  * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
  (info): Don't give an error in the absence of makeinfo - let the doc
  Makefiles do that, if the info files need rebuilding. (Bug#3982)

--- End Message ---

reply via email to

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