X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2Fconfigure.ac;h=91ae6948224368e739d1d2f5c2027a7a201fba8e;hb=57b996a466e62a8696c46d1d58883c4fade7c59e;hp=293d8a7677f3e790e6d5f2c2b406bcb08dcd29c4;hpb=f9ebeb4695e5598fe9ffa80d938bdd484ac99dab;p=helm.git diff --git a/helm/matita/configure.ac b/helm/matita/configure.ac index 293d8a767..91ae69482 100644 --- a/helm/matita/configure.ac +++ b/helm/matita/configure.ac @@ -30,7 +30,8 @@ FINDLIB_DEPREQUIRES="\ pcre \ mysql \ helm-registry \ -helm-cic_textual_parser2 \ +helm-cic_disambiguation \ +helm-paramodulation \ " FINDLIB_CLEANREQUIRES="$FINDLIB_DEPREQUIRES" FINDLIB_CREQUIRES="\ @@ -90,7 +91,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 +112,5 @@ AC_OUTPUT([ matita.conf.xml.sample buildTimeConf.ml Makefile + gtkmathview.matita.conf.xml ])