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

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

bug#18415: unexpanded @AM_DEFAULT_VERBOSITY@ in generated Makefiles


From: Glenn Morris
Subject: bug#18415: unexpanded @AM_DEFAULT_VERBOSITY@ in generated Makefiles
Date: Fri, 05 Sep 2014 18:33:51 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

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_@AM_V@)
    am__v_CC_ = $(am__v_CC_@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.





reply via email to

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