Allow use of --enable-silent-rules for quieter compilation with automake 1.11

This commit is contained in:
Dave Hart 2011-01-24 15:50:25 -05:00 committed by Nick Mathewson
parent 8b0afe96eb
commit f1f85147f3

View File

@ -6,6 +6,8 @@ AC_INIT(event.c)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE(libevent,2.1.0-alpha-dev)
dnl AM_SILENT_RULES req. automake 1.11. [no] defaults V=1
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([no])])
AM_CONFIG_HEADER(config.h evconfig-private.h:evconfig-private.h.in)
AC_DEFINE(NUMERIC_VERSION, 0x02010001, [Numeric representation of the version])