X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2Fconfigure.ac;h=7e2591f8fc9b1d9d2de2e524565a1edffa635f1a;hb=12cc5b2b8e7f7bb0b5e315094b008a293a4df6b1;hp=745b4dfbe847d15662939a7a57d53ff37848e66b;hpb=3a01bd3bb2a1d7b891b6c8b024bf6975d86d2a1f;p=helm.git diff --git a/helm/matita/configure.ac b/helm/matita/configure.ac index 745b4dfbe..7e2591f8f 100644 --- a/helm/matita/configure.ac +++ b/helm/matita/configure.ac @@ -26,17 +26,19 @@ if test $HAVE_CAMLP4O = "yes"; then else AC_MSG_ERROR(could not find camlp4o) fi - -FINDLIB_CREQUIRES="\ +FINDLIB_DEPREQUIRES="\ pcre \ mysql \ +helm-registry \ +helm-cic_textual_parser2 \ +" +FINDLIB_CLEANREQUIRES="$FINDLIB_DEPREQUIRES" +FINDLIB_CREQUIRES="\ +$FINDLIB_CLEANREQUIRES \ unix \ helm-cic_omdoc \ -helm-cic_transformations \ -helm-registry \ helm-tactics \ helm-xml \ -helm-cic_textual_parser2 \ " FINDLIB_REQUIRES="\ $FINDLIB_CREQUIRES \ @@ -87,13 +89,15 @@ if test "$DEBUG" = "true"; then echo "debugging enabled" fi -RT_BASE_DIR="." +RT_BASE_DIR=`pwd` AC_SUBST(CAMLP4O) AC_SUBST(DEBUG) AC_SUBST(TRANSFORMER_MODULE) AC_SUBST(FINDLIB_REQUIRES) AC_SUBST(FINDLIB_CREQUIRES) +AC_SUBST(FINDLIB_DEPREQUIRES) +AC_SUBST(FINDLIB_CLEANREQUIRES) AC_SUBST(HAVE_OCAMLOPT) AC_SUBST(LABLGLADECC) AC_SUBST(OCAMLFIND)