configure: Enable silent rules by default
Go Hackfest!
This commit is contained in:
@ -65,7 +65,7 @@ AM_MAINTAINER_MODE([enable])
|
|||||||
# Support silent build rules, requires at least automake-1.11. Enable
|
# Support silent build rules, requires at least automake-1.11. Enable
|
||||||
# by either passing --enable-silent-rules to configure or passing V=0
|
# by either passing --enable-silent-rules to configure or passing V=0
|
||||||
# to make
|
# to make
|
||||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([no])])
|
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||||
|
|
||||||
#
|
#
|
||||||
# For each of the libraries we build, we define the following
|
# For each of the libraries we build, we define the following
|
||||||
|
|||||||
Reference in New Issue
Block a user