X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=configure.ac;h=b2f218d0ffede96bd7b79718e0bc13037b7da629;hb=5c0c5980586c1fc530fd304275607dd2f8afeba0;hp=d69683b4cdbede44a6654a0ec631cd757f5ad673;hpb=abdee9194d49a401d15054ae93c7986e4199108e;p=helm.git diff --git a/configure.ac b/configure.ac index d69683b4c..b2f218d0f 100644 --- a/configure.ac +++ b/configure.ac @@ -3,9 +3,9 @@ AC_INIT(matita/matitaTypes.ml) # Distribution settings # (i.e. settings (automatically) manipulated before a release) DEBUG_DEFAULT="true" -DEFAULT_DBHOST="mowgli.cs.unibo.it" +DEFAULT_DBHOST="mysql://mowgli.cs.unibo.it" RT_BASE_DIR_DEFAULT="`pwd`/matita" -MATITA_VERSION="0.1.0" +MATITA_VERSION="0.4.0" DISTRIBUTED="no" # "yes" for distributed tarballs # End of distribution settings @@ -30,11 +30,11 @@ if test $HAVE_LABLGLADECC = "yes"; then else AC_MSG_ERROR(could not find lablgladecc2) fi -AC_CHECK_PROG(HAVE_CAMLP4O, camlp4o, yes, no) -if test $HAVE_CAMLP4O = "yes"; then - CAMLP4O="camlp4o" +AC_CHECK_PROG(HAVE_CAMLP5O, camlp5o, yes, no) +if test $HAVE_CAMLP5O = "yes"; then + CAMLP5O="camlp5o" else - AC_MSG_ERROR(could not find camlp4o) + AC_MSG_ERROR(could not find camlp5o) fi # look for METAS dir @@ -66,7 +66,7 @@ lablgtkmathview \ lablgtksourceview \ mysql \ netstring \ -ulex \ +ulex08 \ zip \ " @@ -79,8 +79,10 @@ helm-grafite_engine \ helm-tptp_grafite \ helm-grafite_parser \ helm-acic_procedural \ +helm-content_pres \ helm-hgdome \ helm-tactics \ +helm-cic_exportation \ " FINDLIB_CREQUIRES=" \ $FINDLIB_COMREQUIRES \ @@ -167,7 +169,7 @@ if test "yes" = "$DBHOST"; then fi AC_MSG_RESULT($MSG) -AC_SUBST(CAMLP4O) +AC_SUBST(CAMLP5O) AC_SUBST(DBHOST) AC_SUBST(DEBUG) AC_SUBST(DISTRIBUTED)