X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fconfigure.ac;h=d7bbdf177580ad1e5cdf9071e4b6fb35ce2b0c72;hb=163aea0943ec295b4a70fcb9e8f6541d8535e62a;hp=84d935cf56f82264fd757bfac0f48e6d16238e9e;hpb=80666738ccd7cd0b735ad94a1110d9bf70f126b0;p=citadel.git diff --git a/citadel/configure.ac b/citadel/configure.ac index 84d935cf5..d7bbdf177 100644 --- a/citadel/configure.ac +++ b/citadel/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. dnl $Id$ AC_PREREQ(2.52) -AC_INIT([Citadel], [7.41], [http://www.citadel.org/]) +AC_INIT([Citadel], [7.50], [http://www.citadel.org/]) AC_REVISION([$Revision: 5108 $]) AC_CONFIG_SRCDIR([citserver.c]) AC_PREFIX_DEFAULT(/usr/local/citadel) @@ -95,6 +95,18 @@ AC_ARG_WITH(sysconfdir, ] ) +dnl Checks for the Configdir +AC_ARG_WITH(autosysconfdir, + [ --with-autosysconfdir directory to store the automaticaly maintained configs under], + [ if test "x$withval" != "xno" ; then + AC_DEFINE(HAVE_AUTO_ETC_DIR, [], [should we search our automatic config in an alternate place?]) + AC_DEFINE_UNQUOTED(AUTO_ETC_DIR, "$withval", [where to search our automatic config files]) + MAKE_AUTO_ETC_DIR=$withval + AC_SUBST(MAKE_AUTO_ETC_DIR) + fi + ] +) + dnl Checks for where to put our utilities AC_ARG_WITH(utility-bindir, [ --with-utility-bindir directory where to find helper binaries],