diff options
| author | herbelin | 2004-07-16 21:04:34 +0000 |
|---|---|---|
| committer | herbelin | 2004-07-16 21:04:34 +0000 |
| commit | 56ba53113c03907a3d4e0528b14ff5c5ffcc9b61 (patch) | |
| tree | 79a5f57266701adb4f77692e2e58753b2df42dd1 /configure | |
| parent | cbb8368f2345d2f2d779ca35bc634e49e3d50e3b (diff) | |
Mise en place mécanisme de compatibilité ocaml 3.08
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5929 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -6,7 +6,7 @@ # ################################## -VERSION=8.0 +VERSION=8.0cvs DATE="Apr 2004" # a local which command for sh @@ -305,6 +305,8 @@ case $CAMLVERSION in exit 1;; esac +CAMLTAG=OCAML`echo $CAMLVERSION | sed -e "s/\([1-9]\)\.\([0-9]*\).*/\1\2/g"` + # do we have a native compiler: test of ocamlopt and its version if [ "$best_compiler" = "opt" ] ; then @@ -496,6 +498,7 @@ sed -e "s|LOCALINSTALLATION|$local|" \ -e "s|OSDEPENDENTLIBS|$OSDEPLIBS|" \ -e "s|OSDEPENDENTP4OPTFLAGS|$OSDEPP4OPTFLAGS|" \ -e "s|CAMLLIBDIRECTORY|$CAMLLIB|" \ + -e "s|CAMLTAG|$CAMLTAG|" \ -e "s|CAMLP4BINDIRECTORY|$CAMLP4BIN|" \ -e "s|CAMLP4LIBDIRECTORY|$CAMLP4LIB|" \ -e "s|CAMLP4TOOL|$camlp4o|" \ |
