AC_CONFIG_MACRO_DIR([m4])
- AM_INIT_AUTOMAKE(libevent,2.0.10-stable-dev)
- m4_ifdef(
- [AM_SILENT_RULES],
- [AM_SILENT_RULES([no])]
- )
- AM_CONFIG_HEADER(config.h)
- AC_DEFINE(NUMERIC_VERSION, 0x02000a01, [Numeric representation of the version])
+ 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])])
++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, 0x02010001, [Numeric representation of the version])
dnl Initialize prefix.
if test "$prefix" = "NONE"; then
]]
)],
[
- dnl We have to do this invocation manually so that we can
- dnl get the output of conftest.err to make sure it doesn't
- dnl mention gc-sections.
++ dnl We have to do this invocation manually so that we can
++ dnl get the output of conftest.err to make sure it doesn't
++ dnl mention gc-sections.
if test "X$cross_compiling" = "Xyes" || grep gc-sections conftest.err ; then
libevent_cv_gc_sections_runs=no
else