]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/configure.ac
removed debug saving of "foo.conf.xml"
[helm.git] / helm / matita / configure.ac
index 293d8a7677f3e790e6d5f2c2b406bcb08dcd29c4..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="\
@@ -90,7 +93,7 @@ if test "$DEBUG" = "true"; then
 fi
 
 RT_BASE_DIR=`pwd`
-USER_HOME=`echo $HOME`
+USER_HOME=`pwd` #should be `echo $HOME`
 USER_NAME=`echo $USER`
 
 AC_SUBST(CAMLP4O)
@@ -111,4 +114,5 @@ AC_OUTPUT([
   matita.conf.xml.sample
   buildTimeConf.ml
   Makefile
+  gtkmathview.matita.conf.xml
 ])