From d5d1aa531de5350e916e8cee03bcb306c699c6f7 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sat, 23 Feb 2008 19:18:56 +0000 Subject: [PATCH] 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 --- ChangeLog | 1 + configure.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c6e1fe59..d5e8524e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/configure.in b/configure.in index 7d4c1b3d..181bb54b 100644 --- a/configure.in +++ b/configure.in @@ -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