bump version to 0.2s-pre

add options and testing for (open)ldap


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8114 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-04-05 03:28:26 +00:00
parent 141591df88
commit 12aebf174d

View File

@@ -3,7 +3,7 @@ AC_REVISION($Revision$)
AC_INIT(lib/krb5/send_to_kdc.c)
AM_CONFIG_HEADER(include/config.h)
AM_INIT_AUTOMAKE(heimdal,0.2r)
AM_INIT_AUTOMAKE(heimdal,0.2s-pre)
AC_PREFIX_DEFAULT(/usr/heimdal)
@@ -76,6 +76,12 @@ if test "$withval" = no; then
fi
])
AC_TEST_PACKAGE_NEW(openldap,[#include <ldap.h>],[-lldap -llber])
if test "$openldap_libdir"; then
LIB_openldap="-rpath $openldap_libdir $LIB_openldap"
fi
AC_TEST_PACKAGE_NEW(krb4,[#include <krb.h>],-lkrb,-ldes,/usr/athena)
LIB_kdb=