all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#18415: unexpanded @AM_DEFAULT_VERBOSITY@ in generated Makefiles
@ 2014-09-05 22:33 Glenn Morris
  2014-09-07  8:53 ` Paul Eggert
  0 siblings, 1 reply; 2+ messages in thread
From: Glenn Morris @ 2014-09-05 22:33 UTC (permalink / raw)
  To: 18415

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.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-09-07  8:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-05 22:33 bug#18415: unexpanded @AM_DEFAULT_VERBOSITY@ in generated Makefiles Glenn Morris
2014-09-07  8:53 ` Paul Eggert

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.