Add --with-hdbdir to specify where the database is stored.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22206 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-12-07 17:53:42 +00:00
parent 3d19e0bae4
commit f962a6b1d2

View File

@@ -77,6 +77,16 @@ fi
AM_CONDITIONAL(PKINIT, test "$enable_pk_init" != no)
dnl path where the hdb directory is stored
AC_ARG_WITH([hdbdir],
[AC_HELP_STRING([--with-hdbdir],
[Default location for KDC database @<:@default=/var/heimdal@:>@])],
[],
[with_hdbdir=/var/heimdal])
HDB_dir="$with_hdbdir"
AC_SUBST([HDB_dir])
dnl no kerberos4 any more
with_krb4=no
AC_SUBST(INCLUDE_krb4)