mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 07:09:34 -05:00
Regenerate for the deref overlay
This commit is contained in:
parent
1c8e1bfc74
commit
1c0410cf5d
1 changed files with 52 additions and 10 deletions
62
configure
vendored
62
configure
vendored
|
|
@ -1,5 +1,5 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.671 2008/10/09 08:51:28 hyc Exp .
|
# From configure.in OpenLDAP: pkg/ldap/configure.in,v 1.672 2008/10/22 20:19:49 ando Exp .
|
||||||
# Guess values for system-dependent variables and create Makefiles.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated by GNU Autoconf 2.59.
|
# Generated by GNU Autoconf 2.59.
|
||||||
#
|
#
|
||||||
|
|
@ -1052,6 +1052,7 @@ SLAPD Overlay Options:
|
||||||
--enable-collect Collect overlay no|yes|mod [no]
|
--enable-collect Collect overlay no|yes|mod [no]
|
||||||
--enable-constraint Attribute Constraint overlay no|yes|mod [no]
|
--enable-constraint Attribute Constraint overlay no|yes|mod [no]
|
||||||
--enable-dds Dynamic Directory Services overlay no|yes|mod [no]
|
--enable-dds Dynamic Directory Services overlay no|yes|mod [no]
|
||||||
|
--enable-deref Dereference overlay no|yes|mod [no]
|
||||||
--enable-dyngroup Dynamic Group overlay no|yes|mod [no]
|
--enable-dyngroup Dynamic Group overlay no|yes|mod [no]
|
||||||
--enable-dynlist Dynamic List overlay no|yes|mod [no]
|
--enable-dynlist Dynamic List overlay no|yes|mod [no]
|
||||||
--enable-memberof Reverse Group Membership overlay no|yes|mod [no]
|
--enable-memberof Reverse Group Membership overlay no|yes|mod [no]
|
||||||
|
|
@ -3174,6 +3175,7 @@ Overlays="accesslog \
|
||||||
collect \
|
collect \
|
||||||
constraint \
|
constraint \
|
||||||
dds \
|
dds \
|
||||||
|
deref \
|
||||||
dyngroup \
|
dyngroup \
|
||||||
dynlist \
|
dynlist \
|
||||||
memberof \
|
memberof \
|
||||||
|
|
@ -3335,6 +3337,30 @@ else
|
||||||
fi;
|
fi;
|
||||||
# end --enable-dds
|
# end --enable-dds
|
||||||
|
|
||||||
|
# OpenLDAP --enable-deref
|
||||||
|
|
||||||
|
# Check whether --enable-deref or --disable-deref was given.
|
||||||
|
if test "${enable_deref+set}" = set; then
|
||||||
|
enableval="$enable_deref"
|
||||||
|
|
||||||
|
ol_arg=invalid
|
||||||
|
for ol_val in no yes mod ; do
|
||||||
|
if test "$enableval" = "$ol_val" ; then
|
||||||
|
ol_arg="$ol_val"
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
if test "$ol_arg" = "invalid" ; then
|
||||||
|
{ { echo "$as_me:$LINENO: error: bad value $enableval for --enable-deref" >&5
|
||||||
|
echo "$as_me: error: bad value $enableval for --enable-deref" >&2;}
|
||||||
|
{ (exit 1); exit 1; }; }
|
||||||
|
fi
|
||||||
|
ol_enable_deref="$ol_arg"
|
||||||
|
|
||||||
|
else
|
||||||
|
ol_enable_deref=${ol_enable_overlays:-no}
|
||||||
|
fi;
|
||||||
|
# end --enable-deref
|
||||||
|
|
||||||
# OpenLDAP --enable-dyngroup
|
# OpenLDAP --enable-dyngroup
|
||||||
|
|
||||||
# Check whether --enable-dyngroup or --disable-dyngroup was given.
|
# Check whether --enable-dyngroup or --disable-dyngroup was given.
|
||||||
|
|
@ -5701,7 +5727,7 @@ ia64-*-hpux*)
|
||||||
;;
|
;;
|
||||||
*-*-irix6*)
|
*-*-irix6*)
|
||||||
# Find out which ABI we are using.
|
# Find out which ABI we are using.
|
||||||
echo '#line 5704 "configure"' > conftest.$ac_ext
|
echo '#line 5730 "configure"' > conftest.$ac_ext
|
||||||
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
||||||
(eval $ac_compile) 2>&5
|
(eval $ac_compile) 2>&5
|
||||||
ac_status=$?
|
ac_status=$?
|
||||||
|
|
@ -7681,11 +7707,11 @@ else
|
||||||
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
||||||
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
||||||
-e 's:$: $lt_compiler_flag:'`
|
-e 's:$: $lt_compiler_flag:'`
|
||||||
(eval echo "\"\$as_me:7684: $lt_compile\"" >&5)
|
(eval echo "\"\$as_me:7710: $lt_compile\"" >&5)
|
||||||
(eval "$lt_compile" 2>conftest.err)
|
(eval "$lt_compile" 2>conftest.err)
|
||||||
ac_status=$?
|
ac_status=$?
|
||||||
cat conftest.err >&5
|
cat conftest.err >&5
|
||||||
echo "$as_me:7688: \$? = $ac_status" >&5
|
echo "$as_me:7714: \$? = $ac_status" >&5
|
||||||
if (exit $ac_status) && test -s "$ac_outfile"; then
|
if (exit $ac_status) && test -s "$ac_outfile"; then
|
||||||
# The compiler can only warn and ignore the option if not recognized
|
# The compiler can only warn and ignore the option if not recognized
|
||||||
# So say no if there are warnings other than the usual output.
|
# So say no if there are warnings other than the usual output.
|
||||||
|
|
@ -7943,11 +7969,11 @@ else
|
||||||
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
||||||
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
||||||
-e 's:$: $lt_compiler_flag:'`
|
-e 's:$: $lt_compiler_flag:'`
|
||||||
(eval echo "\"\$as_me:7946: $lt_compile\"" >&5)
|
(eval echo "\"\$as_me:7972: $lt_compile\"" >&5)
|
||||||
(eval "$lt_compile" 2>conftest.err)
|
(eval "$lt_compile" 2>conftest.err)
|
||||||
ac_status=$?
|
ac_status=$?
|
||||||
cat conftest.err >&5
|
cat conftest.err >&5
|
||||||
echo "$as_me:7950: \$? = $ac_status" >&5
|
echo "$as_me:7976: \$? = $ac_status" >&5
|
||||||
if (exit $ac_status) && test -s "$ac_outfile"; then
|
if (exit $ac_status) && test -s "$ac_outfile"; then
|
||||||
# The compiler can only warn and ignore the option if not recognized
|
# The compiler can only warn and ignore the option if not recognized
|
||||||
# So say no if there are warnings other than the usual output.
|
# So say no if there are warnings other than the usual output.
|
||||||
|
|
@ -8005,11 +8031,11 @@ else
|
||||||
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
||||||
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
||||||
-e 's:$: $lt_compiler_flag:'`
|
-e 's:$: $lt_compiler_flag:'`
|
||||||
(eval echo "\"\$as_me:8008: $lt_compile\"" >&5)
|
(eval echo "\"\$as_me:8034: $lt_compile\"" >&5)
|
||||||
(eval "$lt_compile" 2>out/conftest.err)
|
(eval "$lt_compile" 2>out/conftest.err)
|
||||||
ac_status=$?
|
ac_status=$?
|
||||||
cat out/conftest.err >&5
|
cat out/conftest.err >&5
|
||||||
echo "$as_me:8012: \$? = $ac_status" >&5
|
echo "$as_me:8038: \$? = $ac_status" >&5
|
||||||
if (exit $ac_status) && test -s out/conftest2.$ac_objext
|
if (exit $ac_status) && test -s out/conftest2.$ac_objext
|
||||||
then
|
then
|
||||||
# The compiler can only warn and ignore the option if not recognized
|
# The compiler can only warn and ignore the option if not recognized
|
||||||
|
|
@ -10253,7 +10279,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 10256 "configure"
|
#line 10282 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
|
@ -10351,7 +10377,7 @@ else
|
||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 10354 "configure"
|
#line 10380 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
|
@ -38686,6 +38712,22 @@ _ACEOF
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if test "$ol_enable_deref" != no ; then
|
||||||
|
BUILD_DDS=$ol_enable_deref
|
||||||
|
if test "$ol_enable_deref" = mod ; then
|
||||||
|
MFLAG=SLAPD_MOD_DYNAMIC
|
||||||
|
SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS deref.la"
|
||||||
|
else
|
||||||
|
MFLAG=SLAPD_MOD_STATIC
|
||||||
|
SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS deref.o"
|
||||||
|
fi
|
||||||
|
|
||||||
|
cat >>confdefs.h <<_ACEOF
|
||||||
|
#define SLAPD_OVER_DEREF $MFLAG
|
||||||
|
_ACEOF
|
||||||
|
|
||||||
|
fi
|
||||||
|
|
||||||
if test "$ol_enable_dyngroup" != no ; then
|
if test "$ol_enable_dyngroup" != no ; then
|
||||||
BUILD_DYNGROUP=$ol_enable_dyngroup
|
BUILD_DYNGROUP=$ol_enable_dyngroup
|
||||||
if test "$ol_enable_dyngroup" = mod ; then
|
if test "$ol_enable_dyngroup" = mod ; then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue