]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/configure.ac
better dependencies among modules and symlinking of several matitatools to a single...
[helm.git] / helm / matita / configure.ac
index 012b547932e4bd888abc459af08081134509a4cf..4f8c991d1082d380e1fd4fe6bdcd089360e5d87e 100644 (file)
@@ -26,22 +26,25 @@ if test $HAVE_CAMLP4O = "yes"; then
 else
   AC_MSG_ERROR(could not find camlp4o)
 fi
-FINDLIB_DEPREQUIRES="\
+FINDLIB_COMREQUIRES="\
 pcre \
 mysql \
 helm-registry \
 helm-extlib \
 helm-hmysql \
+helm-cic_notation \
+helm-tactics \
 helm-cic_disambiguation \
-helm-paramodulation \
 "
-FINDLIB_CLEANREQUIRES="$FINDLIB_DEPREQUIRES"
-FINDLIB_CREQUIRES="\
-$FINDLIB_CLEANREQUIRES \
-unix \
-helm-cic_omdoc \
-helm-tactics \
-helm-xml \
+FINDLIB_CLEANREQUIRES="$FINDLIB_COMREQUIRES"
+FINDLIB_DEPREQUIRES="$FINDLIB_COMREQUIRES"
+FINDLIB_MAKEREQUIRES=" \
+helm-registry \
+helm-extlib \
+"
+FINDLIB_CREQUIRES=" \
+$FINDLIB_COMREQUIRES \
+helm-paramodulation \
 "
 FINDLIB_REQUIRES="\
 $FINDLIB_CREQUIRES \
@@ -49,7 +52,10 @@ lablgtk2.glade \
 lablgtkmathview \
 lablgtksourceview \
 helm-xmldiff \
+helm-cic_transformations \
 helm-tactics \
+helm-cic_disambiguation \
+helm-paramodulation \
 "
 for r in $FINDLIB_REQUIRES
 do
@@ -104,6 +110,7 @@ AC_SUBST(FINDLIB_REQUIRES)
 AC_SUBST(FINDLIB_CREQUIRES)
 AC_SUBST(FINDLIB_DEPREQUIRES)
 AC_SUBST(FINDLIB_CLEANREQUIRES)
+AC_SUBST(FINDLIB_MAKEREQUIRES)
 AC_SUBST(HAVE_OCAMLOPT)
 AC_SUBST(LABLGLADECC)
 AC_SUBST(OCAMLFIND)