X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fconfiguration%2Fconfigure.in;h=29f38aa9a2f8642f2bbf8272e4e9546d906f6f06;hb=0772a856cc336f4cbe362f3765b321dcbc129d64;hp=caf98f382fc5ae6cee1ef883a62a84b7c7a5c1e4;hpb=878b1a60478b48429028c97662ab7cb14bf5545f;p=helm.git diff --git a/helm/configuration/configure.in b/helm/configuration/configure.in index caf98f382..29f38aa9a 100644 --- a/helm/configuration/configure.in +++ b/helm/configuration/configure.in @@ -91,12 +91,13 @@ 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" ) HELM_LIBRARY_DIR=$helm_cv_HELM_LIBRARY_DIR if test "$RES" != "Asked" ; then + HELM_LIBRARY_DIR=`eval "echo $HELM_LIBRARY_DIR"` AC_MSG_RESULT($HELM_LIBRARY_DIR) fi AC_CACHE_SAVE