X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fconfigure.ac;h=ba25fab4df555843fd60d3b4cb820bded94c27d6;hb=e082eec771e24842f29a01fa258f7c80bc2db599;hp=04b7da8bdaf2fd1da221d42bca31b30539fe4bcb;hpb=2815c74c03f38089d0e27aba00e2280223b0f76f;p=helm.git diff --git a/matita/configure.ac b/matita/configure.ac index 04b7da8bd..ba25fab4d 100644 --- a/matita/configure.ac +++ b/matita/configure.ac @@ -1,4 +1,5 @@ -AC_INIT(matita/matitaTypes.ml) +AC_INIT +AC_CONFIG_SRCDIR([matita/matitaTypes.ml]) # Distribution settings # (i.e. settings (automatically) manipulated before a release) @@ -63,6 +64,7 @@ echo "done" FINDLIB_LIBSREQUIRES="\ expat \ http \ +camlp-streams \ pcre \ str \ unix \ @@ -205,11 +207,12 @@ AC_SUBST(RT_BASE_DIR) AC_SUBST(SRCROOT) AC_SUBST(TRANSFORMER_MODULE) -AC_OUTPUT([ +AC_CONFIG_FILES([ components/extlib/componentsConf.ml matita/matita.conf.xml matita/buildTimeConf.ml matita/help/C/version.txt Makefile.defs ]) +AC_OUTPUT