mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-09 12:28:19 -04:00
Enable silent build rules by default. Override with V=1
This commit is contained in:
parent
7d60ba84d9
commit
7b18e5c633
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# 'foreign' means that we're not enforcing GNU package rules strictly.
|
# '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).
|
# '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
|
ACLOCAL_AMFLAGS = -I m4
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ AC_CONFIG_SRCDIR(event.c)
|
|||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
AM_INIT_AUTOMAKE
|
AM_INIT_AUTOMAKE
|
||||||
dnl AM_SILENT_RULES req. automake 1.11. [no] defaults V=1
|
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)
|
AM_CONFIG_HEADER(config.h evconfig-private.h:evconfig-private.h.in)
|
||||||
AC_DEFINE(NUMERIC_VERSION, 0x02010101, [Numeric representation of the version])
|
AC_DEFINE(NUMERIC_VERSION, 0x02010101, [Numeric representation of the version])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user