AC_TEST_PACKAGE_NEW -> rk_TEST_PACKAGE
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11275 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -75,7 +75,7 @@ dnl AC_ROKEN(10,[/usr/heimdal /usr/athena],[lib/roken],[$(top_builddir)/lib/roke
|
||||
rk_ROKEN(lib/roken)
|
||||
LIB_roken="\$(top_builddir)/lib/vers/libvers.la $LIB_roken"
|
||||
|
||||
AC_TEST_PACKAGE_NEW(openldap,
|
||||
rk_TEST_PACKAGE(openldap,
|
||||
[#include <lber.h>
|
||||
#include <ldap.h>],
|
||||
[-lldap -llber],,,OPENLDAP)
|
||||
@@ -84,7 +84,7 @@ if test "$openldap_libdir"; then
|
||||
LIB_openldap="-R $openldap_libdir $LIB_openldap"
|
||||
fi
|
||||
|
||||
AC_TEST_PACKAGE_NEW(krb4,[#include <krb.h>],-lkrb,-ldes,/usr/athena, KRB4, krb4-config)
|
||||
rk_TEST_PACKAGE(krb4,[#include <krb.h>],-lkrb,-ldes,/usr/athena, KRB4, krb4-config)
|
||||
|
||||
LIB_kdb=
|
||||
if test "$with_krb4" != "no"; then
|
||||
@@ -215,11 +215,11 @@ AC_CHECK_OSFC2
|
||||
|
||||
rk_CHECK_MAN
|
||||
|
||||
AC_TEST_PACKAGE_NEW(readline,
|
||||
rk_TEST_PACKAGE(readline,
|
||||
[#include <stdio.h>
|
||||
#include <readline.h>],-lreadline,,, READLINE)
|
||||
|
||||
AC_TEST_PACKAGE_NEW(hesiod,[#include <hesiod.h>],-lhesiod,,, HESIOD)
|
||||
rk_TEST_PACKAGE(hesiod,[#include <hesiod.h>],-lhesiod,,, HESIOD)
|
||||
|
||||
KRB_C_BIGENDIAN
|
||||
AC_C_INLINE
|
||||
|
Reference in New Issue
Block a user