mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
Allow use of --enable-silent-rules for quieter compilation with automake 1.11
This commit is contained in:
parent
8b0afe96eb
commit
f1f85147f3
@ -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])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user