Prepare for beta tag to be layed down.

version info updated.
	shared library current version changed to 1.
This commit is contained in:
Kurt Zeilenga 1998-11-29 23:52:11 +00:00
parent 84bc7ef434
commit ac11161bf4
4 changed files with 398 additions and 380 deletions

View File

@ -48,7 +48,7 @@ LINT = lint
MKDEP = $(top_srcdir)/build/mkdep $(MKDEPFLAG) -c "$(CC)"
LIBTOOL = @LIBTOOL@
LIBVERSION = 0:0:0
LIBVERSION = 1:0:0
LTLINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LFLAGS)
LTINSTALL = $(LIBTOOL) --mode=install $(INSTALL)

View File

@ -1 +1 @@
1.1-alpha3
1.1-beta

769
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -9,7 +9,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-alpha3], [no ac_define])dnl
AM_INIT_AUTOMAKE(OpenLDAP,[1.1-beta], [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
@ -28,7 +28,6 @@ top_builddir=`pwd`
AC_SUBST(top_builddir)dnl
ldap_subdir="openldap"
AC_SUBST(ldap_subdir)dnl
AC_ARG_WITH(subdir, [ --with-subdir=DIR change default subdirectory used for installs], [
if test "$withval" = "no"; then
@ -38,6 +37,8 @@ AC_ARG_WITH(subdir, [ --with-subdir=DIR change default subdirectory used for in
fi
])dnl
AC_SUBST(ldap_subdir)dnl
OL_ARG_ENABLE(debug,[ --enable-debug enable debugging], yes)dnl
dnl OL_ARG_ENABLE(syslog,[ --enable-syslog enable syslog support], auto)dnl
OL_ARG_ENABLE(proctitle,[ --enable-proctitle enable proctitle support], yes)dnl