Commit 460ea0a6 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

am: Work around old automake version.

They don't have AM_DEFAULT_VERBOSITY.
parent be1b0440
......@@ -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
......
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