- acinclude: introduce --with-controldir=PATH and --with-controldir_var=PATH for control scripts

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2019-01-26 17:05:43 +01:00
committed by Thilo Graf
parent 36e4bc9726
commit a5ac19f6c1
3 changed files with 12 additions and 0 deletions

View File

@@ -452,6 +452,8 @@ std::string CyParser::YWeb_cgi_cmd(CyhookHandler *hh, std::string ycmd) {
else if (ycmd_type == "define-get") {
if (ycmd_name.compare("CONFIGDIR")) yresult = CONFIGDIR;
else if (ycmd_name.compare("DATADIR")) yresult = DATADIR;
else if (ycmd_name.compare("CONTROLDIR")) yresult = CONTROLDIR;
else if (ycmd_name.compare("CONTROLDIR_VAR")) yresult = CONTROLDIR_VAR;
else if (ycmd_name.compare("FONTDIR")) yresult = FONTDIR;
else if (ycmd_name.compare("FONTDIR_VAR")) yresult = FONTDIR_VAR;
else if (ycmd_name.compare("LIBDIR")) yresult = LIBDIR;