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:
@@ -3,7 +3,7 @@ AC_REVISION($Revision$)
|
|||||||
AC_INIT(lib/krb5/send_to_kdc.c)
|
AC_INIT(lib/krb5/send_to_kdc.c)
|
||||||
AM_CONFIG_HEADER(include/config.h)
|
AM_CONFIG_HEADER(include/config.h)
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE(heimdal,0.2r)
|
AM_INIT_AUTOMAKE(heimdal,0.2s-pre)
|
||||||
|
|
||||||
AC_PREFIX_DEFAULT(/usr/heimdal)
|
AC_PREFIX_DEFAULT(/usr/heimdal)
|
||||||
|
|
||||||
@@ -76,6 +76,12 @@ if test "$withval" = no; then
|
|||||||
fi
|
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)
|
AC_TEST_PACKAGE_NEW(krb4,[#include <krb.h>],-lkrb,-ldes,/usr/athena)
|
||||||
|
|
||||||
LIB_kdb=
|
LIB_kdb=
|
||||||
|
Reference in New Issue
Block a user