mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-12 10:54:48 +08:00
Update Notices
move libldif to liblutil Berkeley DB 4.2 support
This commit is contained in:
parent
6c0f8a7cc3
commit
04208190b0
20
COPYRIGHT
20
COPYRIGHT
@ -1,11 +1,13 @@
|
||||
Copyright 1998-2003 The OpenLDAP Foundation
|
||||
Copyright 1998-2003 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 at
|
||||
http://www.OpenLDAP.org/license.html or in the file LICENSE in the
|
||||
top-level directory of the distribution.
|
||||
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>.
|
||||
|
||||
OpenLDAP is a registered trademark of the OpenLDAP Foundation.
|
||||
|
||||
@ -25,9 +27,17 @@ Additional information about OpenLDAP can be obtained at:
|
||||
|
||||
Portions Copyright 1998-2003 Kurt D. Zeilenga.
|
||||
Portions Copyright 1998-2003 Net Boolean Incorporated.
|
||||
Portions Copyright 2001-2003 IBM Corporation.
|
||||
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.
|
||||
|
||||
---
|
||||
|
||||
Portions Copyright 1999-2003 Howard Y.H. Chu.
|
||||
Portions Copyright 1999-2003 Symas Corporation.
|
||||
Portions Copyright 2001-2003 IBM Corporation.
|
||||
Portions Copyright 1998-2003 Hallvard B. Furuseth.
|
||||
All rights reserved.
|
||||
|
||||
|
@ -520,7 +520,6 @@ AC_MSG_RESULT(done)
|
||||
dnl ----------------------------------------------------------------
|
||||
dnl Initialize vars
|
||||
LDAP_LIBS=
|
||||
LDIF_LIBS=
|
||||
LDBM_LIBS=
|
||||
LTHREAD_LIBS=
|
||||
LUTIL_LIBS=
|
||||
@ -2277,7 +2276,7 @@ if test $ol_with_fetch != no ; then
|
||||
OL_LIB_FETCH
|
||||
|
||||
if test $ol_cv_lib_fetch != no ; then
|
||||
LDIF_LIBS="$LDIF_LIBS $ol_link_fetch"
|
||||
LUTIL_LIBS="$LUTIL_LIBS $ol_link_fetch"
|
||||
ol_link_fetch=freebsd
|
||||
|
||||
elif test $ol_with_fetch != auto ; then
|
||||
@ -2870,7 +2869,6 @@ AC_SUBST(BUILD_SLAPD)
|
||||
AC_SUBST(BUILD_SLURPD)
|
||||
|
||||
AC_SUBST(LDAP_LIBS)
|
||||
AC_SUBST(LDIF_LIBS)
|
||||
AC_SUBST(SLAPD_LIBS)
|
||||
AC_SUBST(SLURPD_LIBS)
|
||||
AC_SUBST(LDBM_LIBS)
|
||||
@ -2933,7 +2931,6 @@ libraries/liblber/Makefile:build/top.mk:libraries/liblber/Makefile.in:build/lib.
|
||||
libraries/libldap/Makefile:build/top.mk:libraries/libldap/Makefile.in:build/lib.mk:build/lib-shared.mk \
|
||||
libraries/libldap_r/Makefile:build/top.mk:libraries/libldap_r/Makefile.in:build/lib.mk:build/lib-shared.mk \
|
||||
libraries/libldbm/Makefile:build/top.mk:libraries/libldbm/Makefile.in:build/lib.mk:build/lib-static.mk \
|
||||
libraries/libldif/Makefile:build/top.mk:libraries/libldif/Makefile.in:build/lib.mk:build/lib-static.mk \
|
||||
libraries/liblunicode/Makefile:build/top.mk:libraries/liblunicode/Makefile.in:build/lib.mk:build/lib-static.mk \
|
||||
libraries/liblutil/Makefile:build/top.mk:libraries/liblutil/Makefile.in:build/lib.mk:build/lib-static.mk \
|
||||
libraries/librewrite/Makefile:build/top.mk:libraries/librewrite/Makefile.in:build/lib.mk:build/lib-static.mk \
|
||||
|
Loading…
Reference in New Issue
Block a user