From e1759f35dbc3deeb7b8a12ce5de983576b88eeb3 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Thu, 28 Dec 2000 09:26:57 +0000 Subject: [PATCH] ... --- helm/configuration/Makefile.in | 6 ++++-- helm/configuration/configure.in | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/helm/configuration/Makefile.in b/helm/configuration/Makefile.in index fac26a624..8f86273e1 100644 --- a/helm/configuration/Makefile.in +++ b/helm/configuration/Makefile.in @@ -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 \ diff --git a/helm/configuration/configure.in b/helm/configuration/configure.in index caf98f382..1e48c932e 100644 --- a/helm/configuration/configure.in +++ b/helm/configuration/configure.in @@ -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" ) -- 2.39.2