From e7cfa9bf4413d376480ccc431020f11b223b24d3 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Thu, 21 Dec 2000 18:09:15 +0000 Subject: [PATCH] bug fixed --- helm/configuration/configure.in | 3 ++- helm/configuration/lib/configuration.pl.in | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/helm/configuration/configure.in b/helm/configuration/configure.in index b8a7cffd7..060d422c4 100644 --- a/helm/configuration/configure.in +++ b/helm/configuration/configure.in @@ -1,4 +1,4 @@ -AC_INIT(etc/configuration.xml) +AC_INIT(etc/configuration.xml.in) if test "x$prefix" != xNONE; then RESOLVED_PREFIX=$prefix @@ -49,4 +49,5 @@ AC_OUTPUT( [Makefile lib/configuration.pl etc/helm-math-engine-configuration.xml + etc/configuration.xml ]) diff --git a/helm/configuration/lib/configuration.pl.in b/helm/configuration/lib/configuration.pl.in index 6c101d79e..da24bf10f 100644 --- a/helm/configuration/lib/configuration.pl.in +++ b/helm/configuration/lib/configuration.pl.in @@ -2,7 +2,7 @@ use XML::Parser; 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"; -- 2.39.2