Enable silent build rules by default. Override with V=1

This commit is contained in:
Nick Mathewson 2012-08-28 15:10:55 -04:00
parent 7d60ba84d9
commit 7b18e5c633
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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])