Commit bf4626a0 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

am: Proper way to define --quiet in silent mode.

Compatible with automake<1.11
parent cfdb9009
......@@ -5,7 +5,8 @@
# Pass --quiet to make when we are not verbose.
AM_MAKEFLAGS = $(makesilentflags_$(V))
makesilentflags_ = $(makesilentflags__$(AM_DEFAULT_VERBOSITY))
makesilentflags__0 = --quiet
makesilentflags_0 = --quiet
makesilentflags__0 = $(makesilentflags_0)
# SUBDIRS stores the directories where a "make" is required when building
# something. DIST_SUBDIRS stores the directories where nothing is built but
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment