]> matita.cs.unibo.it Git - helm.git/commitdiff
bug fixed
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 21 Dec 2000 18:09:15 +0000 (18:09 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 21 Dec 2000 18:09:15 +0000 (18:09 +0000)
helm/configuration/configure.in
helm/configuration/lib/configuration.pl.in

index b8a7cffd72af866666a6bbe197e9f7f9afe8694d..060d422c4f93839efe38b551ff8e5acf00f7ae77 100644 (file)
@@ -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
 ])
index 6c101d79ef1a8190e90e5f7810cd4d78c6149ff8..da24bf10fbd950b2b2904aef6982dd5f872f704b 100644 (file)
@@ -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";