From 12def92b4cecdbe2fc8242bc451f4ee0d86c0eb8 Mon Sep 17 00:00:00 2001 From: letouzey Date: Thu, 23 Aug 2012 12:52:51 +0000 Subject: No more states/initial.coq, instead coqtop now requires Prelude.vo For starting a bare coqtop, the recommended option is now "-noinit" that skips the load of Prelude.vo. Option "-nois" is kept for compatibility, it is now an alias to "-noinit". git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15753 85f007b7-540e-0410-9357-904b9bb8a0f7 --- lib/envars.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/envars.ml b/lib/envars.ml index 0fd55d3fc5..b4c72b130e 100644 --- a/lib/envars.ml +++ b/lib/envars.ml @@ -82,7 +82,7 @@ let reldir instdir testfile oth = if Sys.file_exists (Filename.concat out testfile) then out else oth () let guess_coqlib fail = - let file = "states/initial.coq" in + let file = "theories/Init/Prelude.vo" in reldir (if Coq_config.arch = "win32" then ["lib"] else ["lib";"coq"]) file (fun () -> let coqlib = match Coq_config.coqlib with -- cgit v1.2.3