aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel
diff options
context:
space:
mode:
authorGravatar pboutill <pboutill@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-06-12 13:10:24 +0000
committerGravatar pboutill <pboutill@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-06-12 13:10:24 +0000
commit9795bb93ad589b712ff8aee7d68463c5fe3ff9b5 (patch)
treef68765b44e2fc12fad56fad1ee3c27401d2129cd /toplevel
parent06420628551c88520ad344cf9441d964d02260dc (diff)
New step in purpose to get both camlp4 and camlp5 compatible coq_makefiles
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15435 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'toplevel')
-rw-r--r--toplevel/usage.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/toplevel/usage.ml b/toplevel/usage.ml
index b4add69ae..dcf11354b 100644
--- a/toplevel/usage.ml
+++ b/toplevel/usage.ml
@@ -99,6 +99,8 @@ let print_config () =
Printf.printf "CAMLBIN=%s/\n" (Envars.camlbin ());
Printf.printf "CAMLLIB=%s/\n" (Envars.camllib ());
Printf.printf "CAMLP4=%s\n" Coq_config.camlp4;
+ Printf.printf "CAMLP4O=%s\n" Coq_config.camlp4o;
Printf.printf "CAMLP4BIN=%s/\n" (Envars.camlp4bin ());
Printf.printf "CAMLP4LIB=%s\n" (Envars.camlp4lib ());
+ Printf.printf "CAMLP4OPTIONS=%s\n" Coq_config.camlp4compat;
Printf.printf "HASNATDYNLINK=%s\n" (if Coq_config.has_natdynlink then "true" else "false")