From: Pierre d'Herbemont Date: Tue, 18 Aug 2009 13:28:34 +0000 (+0200) Subject: am: Work around old automake version. X-Git-Tag: 1.1.0-ff~4278 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=460ea0a62b18b67987fc1842432e9698642ee5d7;p=vlc am: Work around old automake version. They don't have AM_DEFAULT_VERBOSITY. --- diff --git a/Makefile.am b/Makefile.am index b90bc37e9b..534536b1c0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,8 +4,8 @@ # Pass --quiet to make when we are not verbose. AM_MAKEFLAGS = $(makesilentflags_$(V)) -makesilentflags_ = $(makesilentflags_$(AM_DEFAULT_VERBOSITY)) -makesilentflags_0 = --quiet +makesilentflags_ = $(makesilentflags__$(AM_DEFAULT_VERBOSITY)) +makesilentflags__0 = --quiet # SUBDIRS stores the directories where a "make" is required when building # something. DIST_SUBDIRS stores the directories where nothing is built but