diff options
| author | Pierre Boutillier | 2015-03-28 15:26:14 +0100 |
|---|---|---|
| committer | Pierre Boutillier | 2015-06-22 10:50:16 +0200 |
| commit | 333d41a9a28767ab146aab0527ff2b235bbd31a7 (patch) | |
| tree | e8ade79a927b0fb5546a179394629d0893fbc826 /config/coq_config.mli | |
| parent | 851539eca5016da98253308749131abae3ec7b93 (diff) | |
All invocations to ocaml compilers go through ocamlfind
Nothing is done for camlp4
There is an issue with computing camlbindir
Diffstat (limited to 'config/coq_config.mli')
| -rw-r--r-- | config/coq_config.mli | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/config/coq_config.mli b/config/coq_config.mli index c63ba65d48..26f4a148cb 100644 --- a/config/coq_config.mli +++ b/config/coq_config.mli @@ -14,12 +14,7 @@ val datadir : string option (* where extra data files are installed *) val docdir : string (* where the doc is installed *) val ocaml : string (* names of ocaml binaries *) -val ocamlc : string -val ocamlopt : string -val ocamlmklib : string -val ocamldoc : string -val ocamldep : string -val ocamlyacc : string +val ocamlfind : string val ocamllex : string val camlbin : string (* base directory of OCaml binaries *) |
