From: Nick Mathewson Date: Tue, 28 Aug 2012 19:10:55 +0000 (-0400) Subject: Enable silent build rules by default. Override with V=1 X-Git-Tag: release-2.1.2-alpha~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b18e5c633f2a3ad9b70fdb7d463f264f29b067f;p=libevent Enable silent build rules by default. Override with V=1 --- diff --git a/Makefile.am b/Makefile.am index 17d0a85d..2167cc82 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,7 @@ # 'foreign' means that we're not enforcing GNU package rules strictly. # '1.7' means that we need automake 1.7 or later (and we do). -AUTOMAKE_OPTIONS = foreign 1.7 +AUTOMAKE_OPTIONS = foreign 1.7 subdir-objects ACLOCAL_AMFLAGS = -I m4 diff --git a/configure.in b/configure.in index 49623035..f0c71915 100644 --- a/configure.in +++ b/configure.in @@ -12,7 +12,7 @@ AC_CONFIG_SRCDIR(event.c) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE dnl AM_SILENT_RULES req. automake 1.11. [no] defaults V=1 -m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([no])]) +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AM_CONFIG_HEADER(config.h evconfig-private.h:evconfig-private.h.in) AC_DEFINE(NUMERIC_VERSION, 0x02010101, [Numeric representation of the version])