X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fconfigure.ac;h=0670278bea925f9bf05a9eb11658c633d43775a6;hb=a67fc50ccfda64377e2c94c18c3a0d9265f651db;hp=aa3d1b49ae8f759c6970114b60a667060325a1e6;hpb=179cb3108e88369d855ba0088084be285fb19fdc;p=helm.git diff --git a/matita/configure.ac b/matita/configure.ac index aa3d1b49a..0670278be 100644 --- a/matita/configure.ac +++ b/matita/configure.ac @@ -5,8 +5,8 @@ AC_INIT(matita/matitaTypes.ml) DEBUG_DEFAULT="true" DEFAULT_DBHOST="mysql://mowgli.cs.unibo.it" RT_BASE_DIR_DEFAULT="`pwd`/matita" -MATITA_VERSION="0.5.8" -DISTRIBUTED="no" # "yes" for distributed tarballs +MATITA_VERSION="0.99.3" +DISTRIBUTED="yes" # "yes" for distributed tarballs # End of distribution settings SRCROOT=`pwd` @@ -62,7 +62,7 @@ expat \ gdome2 \ http \ lablgtk2 \ -lablgtksourceview2.gtksourceview2 \ +lablgtk2.sourceview2 \ mysql \ netstring \ ulex08 \ @@ -75,17 +75,12 @@ FINDLIB_COMREQUIRES="\ helm-disambiguation \ helm-grafite \ helm-grafite_engine \ -helm-tptp_grafite \ helm-ng_disambiguation \ helm-ng_cic_content \ helm-grafite_parser \ -helm-acic_procedural \ helm-content_pres \ -helm-hgdome \ -helm-tactics \ helm-ng_paramodulation \ helm-ng_tactics \ -helm-cic_exportation \ " FINDLIB_CREQUIRES=" \ $FINDLIB_COMREQUIRES \ @@ -93,8 +88,7 @@ $FINDLIB_COMREQUIRES \ FINDLIB_REQUIRES="\ $FINDLIB_CREQUIRES \ lablgtk2.glade \ -lablgtksourceview2.gtksourceview2 \ -helm-xmldiff \ +lablgtk2.sourceview2 \ " for r in $FINDLIB_LIBSREQUIRES $FINDLIB_REQUIRES do @@ -210,7 +204,6 @@ AC_OUTPUT([ components/extlib/componentsConf.ml matita/matita.conf.xml matita/buildTimeConf.ml - matita/gtkmathview.matita.conf.xml matita/help/C/version.txt Makefile.defs ])