Make automake builds less noisy by default

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2020-12-31 10:03:58 +01:00
parent 7710870743
commit 4e362bba34

View File

@ -1,4 +1,8 @@
## run autogen.sh to create Makefile.in from this file
# Be less noisy by default. Can be overridden with `make V=1`.
V = 0
ACLOCAL_AMFLAGS = -I m4
if ENABLE_TRAINING