r7303: autodetect the libkdc and our kdc support
authorStefan Metzmacher <metze@samba.org>
Sun, 5 Jun 2005 12:10:40 +0000 (12:10 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:17:39 +0000 (13:17 -0500)
commit2aec140e00770df78ba31ef91109634ce0aa3d8a
treea628876c3fed2eb26f117aa0ec450b28e642828c
parentbe63496a315e29af5025d87c6f539f8db5e4c7d1
r7303: autodetect the libkdc and our kdc support

btw: I use this for configuring heimdal

>>>
CONFIG="CFLAGS=\"-g -O -Wall -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wwrite-strings -Wdeclaration-after-statement\" \
CC=gcc-4.0 \
./configure -C --prefix=$HOME/prefix/heimdal-test \
--sysconfdir=/etc \
--enable-shared=no \
--with-ldb=$HOME/prefix/ldb \
--without-openldap \
--without-openssl $@"

echo $CONFIG
eval $CONFIG
>>>

maybe you also want to use --disable-berkeley-db

metze
source/auth/kerberos/config.m4
source/configure.in
source/kdc/config.m4 [new file with mode: 0644]
source/kdc/config.mk
source/smbd/config.m4 [deleted file]