X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fconfigure.ac;h=8181acc0ad6ac92cd23cdef6ea82284b43f6be1c;hb=2fbef023cc9fdb3d6982194ba62552a0605f2571;hp=0af17fcad249bb335c600ccb41122254dcb24c27;hpb=90cad8d86ee59211e314797a32cf47abb9975dab;p=helm.git diff --git a/helm/software/configure.ac b/helm/software/configure.ac index 0af17fcad..8181acc0a 100644 --- a/helm/software/configure.ac +++ b/helm/software/configure.ac @@ -5,7 +5,7 @@ AC_INIT(matita/matitaTypes.ml) DEBUG_DEFAULT="true" DEFAULT_DBHOST="mysql://mowgli.cs.unibo.it" RT_BASE_DIR_DEFAULT="`pwd`/matita" -MATITA_VERSION="0.3.0" +MATITA_VERSION="0.5.1" 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 @@ -62,11 +62,11 @@ expat \ gdome2 \ http \ lablgtk2 \ +lablgtksourceview.gtksourceview \ lablgtkmathview \ -lablgtksourceview \ mysql \ netstring \ -ulex \ +ulex08 \ zip \ " @@ -82,6 +82,7 @@ helm-acic_procedural \ helm-content_pres \ helm-hgdome \ helm-tactics \ +helm-cic_exportation \ " FINDLIB_CREQUIRES=" \ $FINDLIB_COMREQUIRES \ @@ -90,7 +91,7 @@ FINDLIB_REQUIRES="\ $FINDLIB_CREQUIRES \ lablgtk2.glade \ lablgtkmathview \ -lablgtksourceview \ +lablgtksourceview.gtksourceview \ helm-xmldiff \ " for r in $FINDLIB_LIBSREQUIRES $FINDLIB_REQUIRES @@ -168,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)