]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/configure.ac
- added support for -debug, which avoid catching top level exceptions (still useless...
[helm.git] / helm / matita / configure.ac
index 7e2591f8fc9b1d9d2de2e524565a1edffa635f1a..22ee37491d65db8f3a6d11313a28f55bd3d90402 100644 (file)
@@ -30,7 +30,7 @@ FINDLIB_DEPREQUIRES="\
 pcre \
 mysql \
 helm-registry \
-helm-cic_textual_parser2 \
+helm-cic_disambiguation \
 "
 FINDLIB_CLEANREQUIRES="$FINDLIB_DEPREQUIRES"
 FINDLIB_CREQUIRES="\
@@ -38,6 +38,7 @@ $FINDLIB_CLEANREQUIRES \
 unix \
 helm-cic_omdoc \
 helm-tactics \
+helm-paramodulation \
 helm-xml \
 "
 FINDLIB_REQUIRES="\
@@ -90,6 +91,8 @@ if test "$DEBUG" = "true"; then
 fi
 
 RT_BASE_DIR=`pwd`
+USER_HOME=`pwd` #should be `echo $HOME`
+USER_NAME=`echo $USER`
 
 AC_SUBST(CAMLP4O)
 AC_SUBST(DEBUG)
@@ -102,8 +105,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
 ])