Enable silent build rules by default.

svn path=/trunk/; revision=47467
This commit is contained in:
Gerald Combs 2013-02-04 16:48:14 +00:00
parent 79eb789b0d
commit 037a36531c
1 changed files with 4 additions and 2 deletions

View File

@ -687,8 +687,10 @@ cygwin*)
esac
AC_SUBST(LDFLAGS_SHAREDLIB)
# Control silent compiling
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([no])])
# Enable silent builds by default
# Verbose builds can be enabled with "./configure
# --enable-silent-rules ..." or "make V=1 ..."
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
#
# On "Darwin", which we assume to mean "OS X" rather than "iOS" or