]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/configuration/configure.in
...
[helm.git] / helm / configuration / configure.in
index 09678200817a99226779eaece2a5a78bf64b6daa..62c3285afb0f35c14e10f2d183dd19ba7ad2ef9f 100644 (file)
@@ -82,14 +82,14 @@ dnl Only for HELM XML configuration
 
 AC_MSG_CHECKING("for the library path")
 RES=""
-AC_CACHE_VAL(helm_cv_HELM_LIBRARY_PREFIX,
+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"
-  read helm_cv_HELM_LIBRARY_PREFIX
+  read helm_cv_HELM_LIBRARY_DIR
   RES="Asked"
 )
-HELM_LIBRARY_PREFIX=$helm_cv_HELM_LIBRARY_PREFIX
+HELM_LIBRARY_DIR=$helm_cv_HELM_LIBRARY_DIR
 if test "$RES" != "Asked" ; then
-   AC_MSG_RESULT($HELM_LIBRARY_PREFIX)
+   AC_MSG_RESULT($HELM_LIBRARY_DIR)
 fi
 AC_CACHE_SAVE