Skip to content
Snippets Groups Projects
configure 646 KiB
Newer Older
#! /bin/sh
Kurt Zeilenga's avatar
Kurt Zeilenga committed
# from OpenLDAP: pkg/ldap/configure.in,v 1.560.2.6 2005/05/06 16:10:20 kurt Exp  
# This work is part of OpenLDAP Software <http://www.openldap.org/>.
#
Kurt Zeilenga's avatar
Kurt Zeilenga committed
# Copyright 1998-2005 The OpenLDAP Foundation.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted only as authorized by the OpenLDAP
# Public License.
#
# A copy of this license is available in the file LICENSE in the
# top-level directory of the distribution or, alternatively, at
# <http://www.OpenLDAP.org/license.html>.
Kurt Zeilenga's avatar
Kurt Zeilenga committed
echo "Copyright 1998-2005 The OpenLDAP Foundation. All rights reserved."
echo "	Restrictions apply, see COPYRIGHT and LICENSE files."

# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.13.1 
# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
#
# This configure script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.

# Defaults:
ac_help=
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"
ac_help="$ac_help
  --enable-debug 	  enable debugging [yes]"
ac_help="$ac_help
  --enable-dynamic	  enable linking built binaries with dynamic libs [no]"
ac_help="$ac_help
  --enable-syslog	  enable syslog support [auto]"
ac_help="$ac_help
  --enable-proctitle	  enable proctitle support [yes]"
ac_help="$ac_help
  --enable-ipv6 	  enable IPv6 support [auto]"
ac_help="$ac_help
  --enable-local	  enable AF_LOCAL (AF_UNIX) socket support [auto]"
ac_help="$ac_help
  --with-cyrus-sasl	  with Cyrus SASL support [auto]"
ac_help="$ac_help
  --with-fetch		  with fetch(3) URL support [auto]"
ac_help="$ac_help
  --with-threads	  with threads [auto]"
ac_help="$ac_help
  --with-tls		  with TLS/SSL support [auto]"
ac_help="$ac_help
  --with-yielding-select  with implicitly yielding select [auto]"
ac_help="$ac_help
Kurt Zeilenga's avatar
Kurt Zeilenga committed
  --with-multiple-precision
                          multiple precision support for statistics
			  auto|bignum|gmp [auto]"
ac_help="$ac_help

SLAPD (Standalone LDAP Daemon) Options:"
ac_help="$ac_help
  --enable-slapd	  enable building slapd [yes]"
ac_help="$ac_help
    --enable-aci	  enable per-object ACIs (experimental) [no]"
ac_help="$ac_help
    --enable-cleartext	  enable cleartext passwords [yes]"
ac_help="$ac_help
    --enable-crypt	  enable crypt(3) passwords [no]"
ac_help="$ac_help
    --enable-lmpasswd	  enable LAN Manager passwords [no]"
ac_help="$ac_help
    --enable-spasswd	  enable (Cyrus) SASL password verification [no]"
ac_help="$ac_help
    --enable-modules	  enable dynamic module support [no]"
ac_help="$ac_help
    --enable-rewrite	  enable DN rewriting in back-ldap and the rwm overlay [auto]"
ac_help="$ac_help
    --enable-rlookups	  enable reverse lookups of client hostnames [no]"
ac_help="$ac_help
    --enable-slapi        enable SLAPI support (experimental) [no]"
ac_help="$ac_help
    --enable-slp          enable SLPv2 support [no]"
ac_help="$ac_help
    --enable-wrappers	  enable tcp wrapper support [no]"
Kurt Zeilenga's avatar
Kurt Zeilenga committed
ac_help="$ac_help

SLAPD Backend Options:"
ac_help="$ac_help
    --enable-backends	  enable all available backends no|yes|mod [no]"
    --enable-bdb	  enable Berkeley DB backend no|yes|mod [yes]"
    --enable-dnssrv	  enable dnssrv backend no|yes|mod [no]"
Kurt Zeilenga's avatar
Kurt Zeilenga committed
    --enable-hdb	  enable Hierarchical DB backend no|yes|mod [yes]"
Howard Chu's avatar
Howard Chu committed
    --enable-ldap	  enable ldap backend no|yes|mod [no]"
Howard Chu's avatar
Howard Chu committed
    --enable-ldbm	  enable ldbm backend no|yes|mod [no]"
Kurt Zeilenga's avatar
Kurt Zeilenga committed
      --with-ldbm-api     with LDBM API auto|berkeley|bcompat|mdbm|gdbm [auto]"
Kurt Zeilenga's avatar
Kurt Zeilenga committed
      --with-ldbm-type	  use LDBM type auto|btree|hash [auto]"
Howard Chu's avatar
Howard Chu committed
    --enable-meta	  enable metadirectory backend no|yes|mod [no]"
Howard Chu's avatar
Howard Chu committed
    --enable-monitor	  enable monitor backend no|yes|mod [yes]"
Howard Chu's avatar
Howard Chu committed
    --enable-null	  enable null backend no|yes|mod [no]"
Howard Chu's avatar
Howard Chu committed
    --enable-passwd	  enable passwd backend no|yes|mod [no]"
Howard Chu's avatar
Howard Chu committed
    --enable-perl	  enable perl backend no|yes|mod [no]"
Kurt Zeilenga's avatar
Kurt Zeilenga committed
ac_help="$ac_help
Howard Chu's avatar
Howard Chu committed
    --enable-relay  	  enable relay backend no|yes|mod [yes]"
Howard Chu's avatar
Howard Chu committed
    --enable-shell	  enable shell backend no|yes|mod [no]"
Howard Chu's avatar
Howard Chu committed
    --enable-sql	  enable sql backend no|yes|mod [no]"
Howard Chu's avatar
Howard Chu committed
SLAPD Overlay Options:"
ac_help="$ac_help
    --enable-overlays	  enable all available overlays no|yes|mod [no]"
Kurt Zeilenga's avatar
Kurt Zeilenga committed
ac_help="$ac_help
    --enable-denyop  	  Deny Operation overlay no|yes|mod [no]"
Howard Chu's avatar
Howard Chu committed
ac_help="$ac_help
    --enable-dyngroup	  Dynamic Group overlay no|yes|mod [no]"
ac_help="$ac_help
    --enable-dynlist	  Dynamic List overlay no|yes|mod [no]"
Howard Chu's avatar
Howard Chu committed
ac_help="$ac_help
    --enable-glue	  Backend Glue overlay no|yes|mod [yes]"
Kurt Zeilenga's avatar
Kurt Zeilenga committed
ac_help="$ac_help
    --enable-lastmod	  Last Modification overlay no|yes|mod [no]"
Kurt Zeilenga's avatar
Kurt Zeilenga committed
ac_help="$ac_help
    --enable-ppolicy	  Password Policy overlay no|yes|mod [no]"
Howard Chu's avatar
Howard Chu committed
ac_help="$ac_help
    --enable-proxycache	  Proxy Cache overlay no|yes|mod [no]"
Howard Chu's avatar
Howard Chu committed
ac_help="$ac_help
    --enable-refint	  Referential Integrity overlay no|yes|mod [no]"
ac_help="$ac_help
    --enable-rwm       	  Rewrite/Remap overlay no|yes|mod [no]"
Kurt Zeilenga's avatar
Kurt Zeilenga committed
    --enable-syncprov	  Syncrepl Provider overlay no|yes|mod [yes]"
ac_help="$ac_help
    --enable-translucent  Translucent Proxy overlay no|yes|mod [no]"
Howard Chu's avatar
Howard Chu committed
ac_help="$ac_help
    --enable-unique       Attribute Uniqueness overlay no|yes|mod [no]"
ac_help="$ac_help

SLURPD (Replication Daemon) Options:"
ac_help="$ac_help
  --enable-slurpd	  enable building slurpd [auto]"
ac_help="$ac_help

Library Generation & Linking Options"
ac_help="$ac_help
  --enable-static[=PKGS]  build static libraries [default=yes]"
ac_help="$ac_help
  --enable-shared[=PKGS]  build shared libraries [default=yes]"
ac_help="$ac_help
  --enable-fast-install[=PKGS]  optimize for fast installation [default=yes]"
ac_help="$ac_help
  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]"
Kurt Zeilenga's avatar
Kurt Zeilenga committed

# Find the correct PATH separator.  Usually this is `:', but
# DJGPP uses `;' like DOS.
if test "X${PATH_SEPARATOR+set}" != Xset; then
  UNAME=${UNAME-`uname 2>/dev/null`}
  case X$UNAME in
    *-DOS) lt_cv_sys_path_separator=';' ;;
    *)     lt_cv_sys_path_separator=':' ;;
  esac
  PATH_SEPARATOR=$lt_cv_sys_path_separator
fi


# Check that we are running under the correct shell.
SHELL=${CONFIG_SHELL-/bin/sh}

case X$ECHO in
X*--fallback-echo)
  # Remove one level of quotation (which was required for Make).
  ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','`
  ;;
esac

echo=${ECHO-echo}
if test "X$1" = X--no-reexec; then
  # Discard the --no-reexec flag, and continue.
  shift
elif test "X$1" = X--fallback-echo; then
  # Avoid inline document here, it may be left over
  :
elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
  # Yippee, $echo works!
  :
Loading
Loading full blame...