> Additionally cmake needs @VAR@ instead of %VAR% to > get VAR replaced with its value. > Doesn't configure also work with @? Then please commit > attached patch.
If you change all @VAR@ to $VAR$ or vise vesa, autotools may have to be changed as well, so ask Georg first. Scons handled both cases with a little bit work. Bo