X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fconfigure.ac;h=f0f968738e79d9120e140a32288d5ab5748d23b8;hb=501b255d375ab099bc59455374a24f15da05d7d2;hp=d5335eb4d3ce82aae53067963718c232cbac6e7d;hpb=c2233a60c147fc68531834b0227c703ecdacc5d0;p=citadel.git diff --git a/webcit/configure.ac b/webcit/configure.ac index d5335eb4d..f0f968738 100644 --- a/webcit/configure.ac +++ b/webcit/configure.ac @@ -412,6 +412,8 @@ AC_ARG_WITH(localedir, ] ) AC_DEFINE_UNQUOTED(LOCALEDIR, "$localedir",[where to find our pot files]) +LOCALEDIR=$localedir +AC_SUBST(LOCALEDIR) dnl Checks where to put our templates AC_ARG_WITH(wwwdir, @@ -422,7 +424,8 @@ AC_ARG_WITH(wwwdir, ] ) AC_DEFINE_UNQUOTED(WWWDIR, "$wwwdir", [where to find our templates and pics]) - +WWWDIR=$wwwdir +AC_SUBST(WWWDIR) dnl Checks for the run-dir for the sockets