mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
Prepare files for import of -devel changes for 1.2.
This commit is contained in:
parent
1b4f648100
commit
dd99eb6b9a
4 changed files with 6 additions and 3 deletions
3
CHANGES
3
CHANGES
|
|
@ -1,5 +1,8 @@
|
|||
OpenLDAP Change Log
|
||||
|
||||
Changes included in OpenLDAP 1.2
|
||||
CVS Tag: OPENLDAP_REL_ENG_1_2
|
||||
|
||||
Changes included in OpenLDAP 1.1.3
|
||||
CVS Tag: OPENLDAP_REL_ENG_1_1_3
|
||||
Updated LICENSE to allow open use of linked software
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
1.1.4-Engineering
|
||||
1.2.0-Engineering
|
||||
|
|
|
|||
2
configure
vendored
2
configure
vendored
|
|
@ -756,7 +756,7 @@ fi
|
|||
|
||||
PACKAGE=openldap
|
||||
|
||||
VERSION=1.1
|
||||
VERSION=1.2
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ dnl
|
|||
dnl Configure.in for OpenLDAP
|
||||
AC_INIT(include/ldap.h)dnl
|
||||
AC_CONFIG_AUX_DIR(build)dnl
|
||||
AM_INIT_AUTOMAKE(openldap,[1.1], [no ac_define])dnl
|
||||
AM_INIT_AUTOMAKE(openldap,[1.2], [no ac_define])dnl
|
||||
|
||||
dnl Do not use AutoConf 2.12; it produces a configuration script
|
||||
dnl that causes an "internal 2K buffer" error on HPUX when run
|
||||
|
|
|
|||
Loading…
Reference in a new issue