GNU bug report logs - #3982
Emacs 23.1 configure/Makefile: MAKEINFO=no inconsistent with test for $(MAKEINFO)=off

Previous Next

Package: emacs;

Reported by: hs2009 <at> bible2.net

Date: Thu, 30 Jul 2009 19:25:06 UTC

Severity: normal

Merged with 4283

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (Emacs bug Tracking System)
To: hs2009 <at> bible2.net
Subject: bug#3982 closed by Glenn Morris <rgm <at> gnu.org> (Re: bug#3982:
 Emacs 23.1 configure/Makefile: MAKEINFO=no inconsistent with test for
 $(MAKEINFO)=off)
Date: Sat, 29 Aug 2009 02:25:10 +0000
[Message part 1 (text/plain, inline)]
This is an automatic notification regarding your bug report
which was filed against the emacs package:

#3982: Emacs 23.1 configure/Makefile: MAKEINFO=no inconsistent with test for $(MAKEINFO)=off

It has been closed by Glenn Morris <rgm <at> gnu.org>.

Their explanation is attached below along with your original report.
If this explanation is unsatisfactory and you have not received a
better one in a separate message then please contact Glenn Morris <rgm <at> gnu.org> by
replying to this email.


-- 
3982: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3982
Emacs Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Glenn Morris <rgm <at> gnu.org>
To: 3982-done <at> debbugs.gnu.org
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
  * 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)
[Message part 3 (message/rfc822, inline)]
From: Helmut Steeb <hs2009 <at> bible2.net>
To: bug-gnu-emacs <at> gnu.org
Subject: Emacs 23.1 configure/Makefile: MAKEINFO=no inconsistent with test
 for $(MAKEINFO)=off
Date: Thu, 30 Jul 2009 21:23:55 +0200
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 <at> bible2.net (akt. Jahr einsetzen / insert current year)



This bug report was last modified 15 years and 269 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.