From 8fddd9d95dee92c5510231eeca1112e354a19ade Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 10 Jan 2006 02:09:43 +0000 Subject: [PATCH] Add configure report-to URL --- CHANGES | 2 ++ configure.in | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 470b8230f5..1182aa07ce 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,8 @@ OpenLDAP 2.3 Change Log OpenLDAP 2.3.17 Engineering Fixed slapd-ldap/meta session reuse issue (ITS#3415) Fixed slapd-monitor thread issue (ITS#3418) + Build environment + Fixed configure report-to URL OpenLDAP 2.3.16 Release Fixed slapd-bdb reindexing via cn=config not noticed issue (ITS#4260) diff --git a/configure.in b/configure.in index 6a301f6979..0171b1d26a 100644 --- a/configure.in +++ b/configure.in @@ -27,6 +27,7 @@ AC_COPYRIGHT([[Copyright 1998-2006 The OpenLDAP Foundation. All rights reserved. Restrictions apply, see COPYRIGHT and LICENSE files.]]) AC_REVISION([$OpenLDAP$]) AC_INIT([OpenLDAP],,[http://www.openldap.org/its/]) +m4_define([AC_PACKAGE_BUGREPORT],[]) AC_CONFIG_SRCDIR(build/version.sh)dnl dnl ---------------------------------------------------------------- dnl OpenLDAP Autoconf Macros -- 2.39.5