GNU bug report logs - #18415
unexpanded @AM_DEFAULT_VERBOSITY@ in generated Makefiles

Previous Next

Package: emacs;

Reported by: Glenn Morris <rgm <at> gnu.org>

Date: Fri, 5 Sep 2014 22:34:02 UTC

Severity: normal

Found in version 24.4.50

Done: Paul Eggert <eggert <at> cs.ucla.edu>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Glenn Morris <rgm <at> gnu.org>
Subject: bug#18415: closed (Re: unexpanded @AM_DEFAULT_VERBOSITY@ in
 generated Makefiles)
Date: Sun, 07 Sep 2014 08:54:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#18415: unexpanded @AM_DEFAULT_VERBOSITY@ in generated Makefiles

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 18415 <at> debbugs.gnu.org.

-- 
18415: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18415
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Paul Eggert <eggert <at> cs.ucla.edu>
To: 18415-done <at> debbugs.gnu.org
Subject: Re: unexpanded @AM_DEFAULT_VERBOSITY@ in generated Makefiles
Date: Sun, 07 Sep 2014 01:53:30 -0700
Thanks, I installed a workaround in trunk bzr 117831, and am marking 
this as done.

At some point we should increment the required Automake version, as 1.11 
is getting pretty old.  RHEL 6.5 can't build Emacs any more anyway (as 
RHEL's Autoconf version is too old) so RHEL 6.5 users could grab a newer 
Automake at the same time they grab a newer Autoconf.

[Message part 3 (message/rfc822, inline)]
From: Glenn Morris <rgm <at> gnu.org>
To: submit <at> debbugs.gnu.org
Subject: unexpanded @AM_DEFAULT_VERBOSITY@ in generated Makefiles
Date: Fri, 05 Sep 2014 18:33:51 -0400
Package: emacs
Version: 24.4.50

Current trunk on RHEL6.5.
automake (GNU automake) 1.11.1
autoconf (GNU Autoconf) 2.65

My generated src/Makefile (and others) contains unexpanded output variables
AM_DEFAULT_VERBOSITY, AM_V, and AM_DEFAULT_V:
    
    AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
    
    AM_V_CC = $(am__v_CC_ <at> AM_V@)
    am__v_CC_ = $(am__v_CC_ <at> AM_DEFAULT_V@)

If I switch to

automake (GNU automake) 1.14

the issue goes away, but configure.ac claims that automake 1.11 suffices.



This bug report was last modified 10 years and 261 days ago.

Previous Next


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