r18375@catbus: nickm | 2008-02-23 14:18:17 -0500

Backport removal of AM_MAINTAINER_MODE from configure.in: It causes more trouble than it is worth.


svn:r658
This commit is contained in:
Nick Mathewson 2008-02-23 19:18:56 +00:00
parent 3a285c5bcb
commit d5d1aa531d
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@ Changes in 1.4.2:
o remove NDEBUG ifdefs from evdns.c
o udpate documentation of event_loop and event_base_loop; from Tani Hosokawa.
o detect integer types properly on platforms without stdint.h
o Remove "AM_MAINTAINER_MODE" declaration in configure.in: now makefiles and configure should get re-generated automatically when Makefile.am or configure.in chanes.
Changes in 1.4.1-beta:
o free minheap on event_base_free(); from Christopher Layne

View File

@ -4,7 +4,7 @@ AC_INIT(event.c)
AM_INIT_AUTOMAKE(libevent,1.4.1-beta)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE
dnl AM_MAINTAINER_MODE
dnl Initialize prefix.
if test "$prefix" = "NONE"; then