X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fmatita%2FmatitaInit.ml;h=fec223b006c2f7fc99b8cda7adb4b4f0689ae53f;hb=a8d3be41b60e0720b32750243c1999c5083f4299;hp=c47bcb1649138f3ee47e8ccd6c4b9098e835cc43;hpb=5b306342bf9befa57abd870527d6bd92b0a5ba50;p=helm.git diff --git a/helm/matita/matitaInit.ml b/helm/matita/matitaInit.ml index c47bcb164..fec223b00 100644 --- a/helm/matita/matitaInit.ml +++ b/helm/matita/matitaInit.ml @@ -23,6 +23,8 @@ * http://helm.cs.unibo.it/ *) +(* $Id$ *) + open Printf type thingsToInitilaize = @@ -153,7 +155,7 @@ let set_registry_values = let parse_cmdline init_status = if not (already_configured [CmdLine] init_status) then begin - let includes = ref [] in + let includes = ref [ BuildTimeConf.stdlib_dir ] in let args = ref [] in let add_l l = fun s -> l := s :: !l in let arg_spec =