make-apache-conf.sh: allow @@var@@ in <IfDefine ...>
commita525697dcbfe88f7896527129229e6db0e28b4c9
authorKyle J. McKay <mackyle@gmail.com>
Wed, 30 Mar 2016 20:37:01 +0000 (30 13:37 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Wed, 30 Mar 2016 20:37:01 +0000 (30 13:37 -0700)
tree0bc9e350113de3bc597e4b574a3cd75f46ccedc7
parent8d140e47d0eb9e66adaec3ec917fd3dbe8dbb640
make-apache-conf.sh: allow @@var@@ in <IfDefine ...>

Test and transform any <IfDefine [!]@@var@@> statements
so that the @@var@@ is treated as a boolean and the
statements covered by the <IfDefine ...>stmts</IfDefine>
are activated appropriately (or not) depending on the
result of testing $Girocco::Config::var.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
make-apache-conf.sh