]> matita.cs.unibo.it Git - helm.git/commitdiff
...
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 28 Dec 2000 09:26:57 +0000 (09:26 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 28 Dec 2000 09:26:57 +0000 (09:26 +0000)
helm/configuration/Makefile.in
helm/configuration/configure.in

index fac26a6243c5950b2969cd62f86d6b9afc00105c..8f86273e19e0e9e79b0c7c2b49c75d7e62f468c4 100644 (file)
@@ -1,12 +1,14 @@
 HELM_LIB_DIR=@HELM_LIB_DIR@
 HELM_ETC_DIR=@HELM_ETC_DIR@
 HELM_LIBRARY_DIR=@HELM_LIBRARY_DIR@
+CONFIGURATION_DTD_DIR=@CONFIGURATION_DTD_DIR@
+CONFIGURATION_HELM_DIR=@CONFIGURATION_HELM_DIR@
 
 install:
        mkdir -p $(HELM_LIB_DIR)
        mkdir -p $(HELM_ETC_DIR)
-       mkdir -p $(HELM_LIBRARY_DIR)
-       chmod 1777 $(HELM_LIBRARY_DIR)
+       mkdir -p $(CONFIGURATION_HELM_DIR)
+       chmod 1777 $(CONFIGURATION_HELM_DIR)
        mkdir -p $(CONFIGURATION_DTD_DIR)
        cp lib/configuration.pl $(HELM_LIB_DIR)
        cp etc/configuration.dtd etc/configuration.xml etc/helm-dictionary.xml \
index caf98f382fc5ae6cee1ef883a62a84b7c7a5c1e4..1e48c932e2d7fd13bb7164a4a9dfdeb5b4de2a2e 100644 (file)
@@ -91,7 +91,7 @@ dnl Only for HELM XML configuration
 AC_MSG_CHECKING("for the library path")
 RES=""
 AC_CACHE_VAL(helm_cv_HELM_LIBRARY_DIR,
-  echo "Where should I put the downloaded library? Note: the directory and all the files and subdirectories recursively in it should be world writeable"
+  echo "Where should I put the downloaded library? Note: the \"library\" subdirectory and all the files and subdirectories recursively in it should be world writeable"
   read helm_cv_HELM_LIBRARY_DIR
   RES="Asked"
 )