]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/configure.ac
added support for MATITA_FLAGS and NODB make variables
[helm.git] / helm / matita / configure.ac
index a46024ba6c9d95d23072441c53b4573a4b78e49b..bad92774ba0cd9d5c465506c3f5f6f77acc96c01 100644 (file)
@@ -30,7 +30,10 @@ FINDLIB_DEPREQUIRES="\
 pcre \
 mysql \
 helm-registry \
-helm-cic_textual_parser2 \
+helm-extlib \
+helm-hmysql \
+helm-cic_disambiguation \
+helm-paramodulation \
 "
 FINDLIB_CLEANREQUIRES="$FINDLIB_DEPREQUIRES"
 FINDLIB_CREQUIRES="\
@@ -89,7 +92,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 +107,12 @@ 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
+  gtkmathview.matita.conf.xml
 ])