X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fconfigure.ac;h=add01aff0fc4a3dc87ff72a7cfb64774697d6863;hb=39ada1f5eff58bacae709253386cabb9b2fd7b38;hp=ee2b7bf096244ef03717e643325d82d1d6cba1db;hpb=d7cdf8c5a3934dd57312ed7490c57fdf44c35bbb;p=citadel.git diff --git a/citadel/configure.ac b/citadel/configure.ac index ee2b7bf09..add01aff0 100644 --- a/citadel/configure.ac +++ b/citadel/configure.ac @@ -29,7 +29,20 @@ AC_ARG_WITH(datadir, ] ) -dnl Checks for the Datadir + +dnl Checks for the helpDatadir +AC_ARG_WITH(helpdir, + [ --with-helpdir directory to store the helpfiles under], + [ if test "x$withval" != "xno" ; then + AC_DEFINE(HAVE_HELP_DIR,[],[use alternate database location?]) + AC_DEFINE_UNQUOTED(HELP_DIR, "$withval",[define, if the user suplied a helpfile-directory to use.]) + MAKE_HELP_DIR=$withval + AC_SUBST(MAKE_HELP_DIR) + fi + ] +) + +dnl Checks for the Static Datadir AC_ARG_WITH(staticdatadir, [ --with-staticdatadir directory to store citadels system messages under], [ if test "x$withval" != "xno" ; then