aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorherbelin2000-11-20 08:48:49 +0000
committerherbelin2000-11-20 08:48:49 +0000
commit37e66f942b76b5ac4bd950d56200fce76e92314d (patch)
treeeb3e66e93da609ce87e22937cc461f8bddd54da9 /configure
parente478647579d606280441fec05d9eb6e19a0f4743 (diff)
Prise en compte camlp4.opt dans la configuration et le Makefile
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@874 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index e30e00d7e2..bc3f8c0707 100755
--- a/configure
+++ b/configure
@@ -81,6 +81,7 @@ while : ; do
arch=$2
shift;;
-opt|--opt) bytecamlc=ocamlc.opt
+ camlp4o=camlp4o # can't add .opt since dyn load'll be required
nativecamlc=ocamlopt.opt;;
-byte-only|-byteonly|--byteonly|--byte-only) best_compiler=byte;;
-debug|--debug) coq_debug_flag=-g;;