[vlc-devel] commit: am: Work around old automake version. (Pierre d'Herbemont )
git version control
git at videolan.org
Tue Aug 18 15:29:15 CEST 2009
vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Tue Aug 18 15:28:34 2009 +0200| [460ea0a62b18b67987fc1842432e9698642ee5d7] | committer: Pierre d'Herbemont
am: Work around old automake version.
They don't have AM_DEFAULT_VERBOSITY.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=460ea0a62b18b67987fc1842432e9698642ee5d7
---
Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index b90bc37..534536b 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
More information about the vlc-devel
mailing list