From: Kurt Zeilenga Date: Mon, 22 Jan 2001 07:51:24 +0000 (+0000) Subject: Adjust format X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1543 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=955158dfcb54bab159824b69bb11012baa0f60bb;p=openldap Adjust format --- diff --git a/configure b/configure index 672e828ea1..e56eb93a71 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # $OpenLDAP$ -# from OpenLDAP: pkg/ldap/configure.in,v 1.349 2001/01/18 21:18:14 kurt Exp +# from OpenLDAP: pkg/ldap/configure.in,v 1.350 2001/01/22 05:49:14 kurt Exp # Copyright 1998-2000 The OpenLDAP Foundation. All Rights Reserved. # @@ -25,7 +25,7 @@ ac_default_prefix=/usr/local # Any additions from configure.in: ac_default_prefix=/usr/local ac_help="$ac_help - --with-subdir=DIR change default subdirectory used for installs" + --with-subdir=DIR change default subdirectory used for installs" ac_help="$ac_help --enable-debug enable debugging [yes]" ac_help="$ac_help @@ -83,13 +83,13 @@ ac_help="$ac_help ac_help="$ac_help --enable-rlookups enable reverse lookups [no]" ac_help="$ac_help - --enable-slp enable SLPv2 support [no]" + --enable-slp enable SLPv2 support [no]" ac_help="$ac_help --enable-wrappers enable tcp wrapper support [no]" ac_help="$ac_help --enable-bdb enable Berkeley DB backend [no]" ac_help="$ac_help - --with-bdb-module module type [static]" + --with-bdb-module module type [static]" ac_help="$ac_help --enable-dnssrv enable dnssrv backend [no]" ac_help="$ac_help diff --git a/configure.in b/configure.in index 9e44869529..176425f51d 100644 --- a/configure.in +++ b/configure.in @@ -89,7 +89,7 @@ dnl --with-subdir ldap_subdir="/openldap" AC_ARG_WITH(subdir, -[ --with-subdir=DIR change default subdirectory used for installs], +[ --with-subdir=DIR change default subdirectory used for installs], [case "$withval" in no) ldap_subdir="" ;; @@ -157,12 +157,12 @@ OL_ARG_ENABLE(modules,[ --enable-modules enable dynamic module support], no dnl OL_ARG_ENABLE(multimaster,[ --enable-multimaster enable multimaster replication], no)dnl OL_ARG_ENABLE(phonetic,[ --enable-phonetic enable phonetic/soundex], no)dnl OL_ARG_ENABLE(rlookups,[ --enable-rlookups enable reverse lookups], no)dnl -OL_ARG_ENABLE(slp, [ --enable-slp enable SLPv2 support], no)dnl +OL_ARG_ENABLE(slp, [ --enable-slp enable SLPv2 support], no)dnl OL_ARG_ENABLE(wrappers,[ --enable-wrappers enable tcp wrapper support], no)dnl dnl SLAPD Backend options OL_ARG_ENABLE(bdb,[ --enable-bdb enable Berkeley DB backend], no)dnl -OL_ARG_WITH(bdb_module,[ --with-bdb-module module type], static, +OL_ARG_WITH(bdb_module,[ --with-bdb-module module type], static, [static dynamic]) OL_ARG_ENABLE(dnssrv,[ --enable-dnssrv enable dnssrv backend], no)dnl OL_ARG_WITH(dnssrv_module,[ --with-dnssrv-module module type], static,