-AC_INIT(etc/configuration.xml)
+AC_INIT(etc/configuration.xml.in)
if test "x$prefix" != xNONE; then
RESOLVED_PREFIX=$prefix
[Makefile
lib/configuration.pl
etc/helm-math-engine-configuration.xml
+ etc/configuration.xml
])
use Env;
my $HELM_CONFIGURATION_DIR = $ENV{"HELM_CONFIGURATION_DIR"};
-my $DEFAULT_HELM_CONFIGURATION_DIR = @HELM_ETC_DIR@;
+my $DEFAULT_HELM_CONFIGURATION_DIR = "@HELM_ETC_DIR@";
# this should be the only fixed constant
if (defined ($HELM_CONFIGURATION_DIR) {
$configuration_file = $HELM_CONFIGURATION_DIR."/configuration.xml";