~asommer/openldap/apport-hook

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2010-02-18 00:58:13 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100218005813-8230cn0y207m8wzy
Tags: 2.4.21-0ubuntu1
* New upstream release.
* debian/rules, debian/schema/extra/: 
  Fix get-orig-source rule to supports extra schemas shipped as part of the
  debian/schema/ directory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
dnl $OpenLDAP: pkg/ldap/configure.in,v 1.631.2.26 2009/08/13 00:11:16 quanah Exp $
 
1
dnl $OpenLDAP: pkg/ldap/configure.in,v 1.631.2.27 2009/09/30 00:24:39 hyc Exp $
2
2
dnl This work is part of OpenLDAP Software <http://www.openldap.org/>.
3
3
dnl
4
4
dnl Copyright 1998-2009 The OpenLDAP Foundation.
25
25
dnl Configure.in for OpenLDAP
26
26
AC_COPYRIGHT([[Copyright 1998-2009 The OpenLDAP Foundation. All rights reserved.
27
27
Restrictions apply, see COPYRIGHT and LICENSE files.]])
28
 
AC_REVISION([$OpenLDAP: pkg/ldap/configure.in,v 1.631.2.26 2009/08/13 00:11:16 quanah Exp $])
 
28
AC_REVISION([$OpenLDAP: pkg/ldap/configure.in,v 1.631.2.27 2009/09/30 00:24:39 hyc Exp $])
29
29
AC_INIT([OpenLDAP],,[http://www.openldap.org/its/])
30
30
m4_define([AC_PACKAGE_BUGREPORT],[<http://www.openldap.org/its/>])
31
31
AC_CONFIG_SRCDIR(build/version.sh)dnl
547
547
BUILD_CONSTRAINT=no
548
548
BUILD_DDS=no
549
549
BUILD_DENYOP=no
 
550
BUILD_DEREF=no
550
551
BUILD_DYNGROUP=no
551
552
BUILD_DYNLIST=no
552
553
BUILD_LASTMOD=no
2821
2822
fi
2822
2823
 
2823
2824
if test "$ol_enable_deref" != no ; then
2824
 
        BUILD_DDS=$ol_enable_deref
 
2825
        BUILD_DEREF=$ol_enable_deref
2825
2826
        if test "$ol_enable_deref" = mod ; then
2826
2827
                MFLAG=SLAPD_MOD_DYNAMIC
2827
2828
                SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS deref.la"
3061
3062
  AC_SUBST(BUILD_CONSTRAINT)
3062
3063
  AC_SUBST(BUILD_DDS)
3063
3064
  AC_SUBST(BUILD_DENYOP)
 
3065
  AC_SUBST(BUILD_DEREF)
3064
3066
  AC_SUBST(BUILD_DYNGROUP)
3065
3067
  AC_SUBST(BUILD_DYNLIST)
3066
3068
  AC_SUBST(BUILD_LASTMOD)