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 \
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"
)