* calculate dirs right
[citadel.git] / webcit / configure.ac
index d5335eb4d3ce82aae53067963718c232cbac6e7d..f0f968738e79d9120e140a32288d5ab5748d23b8 100644 (file)
@@ -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