From: Kurt Zeilenga Date: Tue, 10 Jan 2006 02:09:43 +0000 (+0000) Subject: Add configure report-to URL X-Git-Tag: OPENLDAP_REL_ENG_2_3_17~7 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8fddd9d95dee92c5510231eeca1112e354a19ade;p=openldap Add configure report-to URL --- 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