aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorglondu2008-09-05 06:08:45 +0000
committerglondu2008-09-05 06:08:45 +0000
commit0f4d785afdcca74dd84f75d3b487a64e624fb66c (patch)
treeb3867e7e16b5fe75a5413a4e3479352b68645d0b /configure
parentc28fdc2abf986c960da646e11556cefaa7d101e4 (diff)
Build coqrun library using ocamlmklib...
...instead of plain ar, so that .so (and .dll) is also created. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11362 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 6681c91b5f..dc1baaffa3 100755
--- a/configure
+++ b/configure
@@ -83,6 +83,7 @@ usage () {
# Default OCaml binaries
bytecamlc=ocamlc
nativecamlc=ocamlopt
+ocamlmklib=ocamlmklib
ocamlexec=ocaml
ocamldepexec=ocamldep
ocamldocexec=ocamldoc
@@ -937,6 +938,7 @@ sed -e "s|LOCALINSTALLATION|$local|" \
-e "s|BESTCOMPILER|$best_compiler|" \
-e "s|EXECUTEEXTENSION|$EXE|" \
-e "s|BYTECAMLC|$bytecamlc|" \
+ -e "s|OCAMLMKLIBEXEC|$ocamlmklib|" \
-e "s|NATIVECAMLC|$nativecamlc|" \
-e "s|OCAMLEXEC|$ocamlexec|" \
-e "s|OCAMLDEPEXEC|$ocamldepexec|" \