mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-15 07:15:03 -04:00
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:
parent
3a285c5bcb
commit
d5d1aa531d
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user