]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/configure.ac
added XmlAttrs attribute for specification of xml attributes directly
[helm.git] / helm / matita / configure.ac
index a46024ba6c9d95d23072441c53b4573a4b78e49b..a530cae5600dac6546df9c9ef4a9c7b5ebe91a33 100644 (file)
@@ -89,7 +89,9 @@ if test "$DEBUG" = "true"; then
   echo "debugging enabled"
 fi
 
-RT_BASE_DIR="."
+RT_BASE_DIR=`pwd`
+USER_HOME=`pwd` #should be `echo $HOME`
+USER_NAME=`echo $USER`
 
 AC_SUBST(CAMLP4O)
 AC_SUBST(DEBUG)
@@ -102,8 +104,11 @@ AC_SUBST(HAVE_OCAMLOPT)
 AC_SUBST(LABLGLADECC)
 AC_SUBST(OCAMLFIND)
 AC_SUBST(RT_BASE_DIR)
+AC_SUBST(USER_HOME)
+AC_SUBST(USER_NAME)
 
 AC_OUTPUT([
+  matita.conf.xml.sample
   buildTimeConf.ml
   Makefile
 ])