X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2Fconfigure.ac;h=22ee37491d65db8f3a6d11313a28f55bd3d90402;hb=49430a1d657ec9521619ea35fe911b598f055df9;hp=a46024ba6c9d95d23072441c53b4573a4b78e49b;hpb=76a45dfa7d4a7708797930f8c9025f63a66910cb;p=helm.git diff --git a/helm/matita/configure.ac b/helm/matita/configure.ac index a46024ba6..22ee37491 100644 --- a/helm/matita/configure.ac +++ b/helm/matita/configure.ac @@ -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="\ @@ -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 ])