mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Adjust format
This commit is contained in:
parent
b08f7e8bce
commit
955158dfcb
2 changed files with 7 additions and 7 deletions
8
configure
vendored
8
configure
vendored
|
|
@ -1,6 +1,6 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# $OpenLDAP$
|
# $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.
|
# Copyright 1998-2000 The OpenLDAP Foundation. All Rights Reserved.
|
||||||
#
|
#
|
||||||
|
|
@ -25,7 +25,7 @@ ac_default_prefix=/usr/local
|
||||||
# Any additions from configure.in:
|
# Any additions from configure.in:
|
||||||
ac_default_prefix=/usr/local
|
ac_default_prefix=/usr/local
|
||||||
ac_help="$ac_help
|
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
|
ac_help="$ac_help
|
||||||
--enable-debug enable debugging [yes]"
|
--enable-debug enable debugging [yes]"
|
||||||
ac_help="$ac_help
|
ac_help="$ac_help
|
||||||
|
|
@ -83,13 +83,13 @@ ac_help="$ac_help
|
||||||
ac_help="$ac_help
|
ac_help="$ac_help
|
||||||
--enable-rlookups enable reverse lookups [no]"
|
--enable-rlookups enable reverse lookups [no]"
|
||||||
ac_help="$ac_help
|
ac_help="$ac_help
|
||||||
--enable-slp enable SLPv2 support [no]"
|
--enable-slp enable SLPv2 support [no]"
|
||||||
ac_help="$ac_help
|
ac_help="$ac_help
|
||||||
--enable-wrappers enable tcp wrapper support [no]"
|
--enable-wrappers enable tcp wrapper support [no]"
|
||||||
ac_help="$ac_help
|
ac_help="$ac_help
|
||||||
--enable-bdb enable Berkeley DB backend [no]"
|
--enable-bdb enable Berkeley DB backend [no]"
|
||||||
ac_help="$ac_help
|
ac_help="$ac_help
|
||||||
--with-bdb-module module type [static]"
|
--with-bdb-module module type [static]"
|
||||||
ac_help="$ac_help
|
ac_help="$ac_help
|
||||||
--enable-dnssrv enable dnssrv backend [no]"
|
--enable-dnssrv enable dnssrv backend [no]"
|
||||||
ac_help="$ac_help
|
ac_help="$ac_help
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@ dnl --with-subdir
|
||||||
ldap_subdir="/openldap"
|
ldap_subdir="/openldap"
|
||||||
|
|
||||||
AC_ARG_WITH(subdir,
|
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
|
[case "$withval" in
|
||||||
no) ldap_subdir=""
|
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
|
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(phonetic,[ --enable-phonetic enable phonetic/soundex], no)dnl
|
||||||
OL_ARG_ENABLE(rlookups,[ --enable-rlookups enable reverse lookups], 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
|
OL_ARG_ENABLE(wrappers,[ --enable-wrappers enable tcp wrapper support], no)dnl
|
||||||
|
|
||||||
dnl SLAPD Backend options
|
dnl SLAPD Backend options
|
||||||
OL_ARG_ENABLE(bdb,[ --enable-bdb enable Berkeley DB backend], no)dnl
|
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])
|
[static dynamic])
|
||||||
OL_ARG_ENABLE(dnssrv,[ --enable-dnssrv enable dnssrv backend], no)dnl
|
OL_ARG_ENABLE(dnssrv,[ --enable-dnssrv enable dnssrv backend], no)dnl
|
||||||
OL_ARG_WITH(dnssrv_module,[ --with-dnssrv-module module type], static,
|
OL_ARG_WITH(dnssrv_module,[ --with-dnssrv-module module type], static,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue