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: Glenn Morris <rgm <at> gnu.org>
To: 18415 <at> debbugs.gnu.org
Subject: bug#18415: 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.