X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fmatita%2Fconfigure.ac;h=91ae6948224368e739d1d2f5c2027a7a201fba8e;hb=aeb7f0539398561dc84cadf38df14a051dd1ba75;hp=a46024ba6c9d95d23072441c53b4573a4b78e49b;hpb=76a45dfa7d4a7708797930f8c9025f63a66910cb;p=helm.git diff --git a/helm/matita/configure.ac b/helm/matita/configure.ac index a46024ba6..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="\ @@ -89,7 +90,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 +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 ])