diff options
author | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2009-01-10 22:37:15 +0000 |
---|---|---|
committer | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2009-01-10 22:37:15 +0000 |
commit | db6363f65f8c68ccadd39effe76a5142c8ee1acd (patch) | |
tree | 4f7967725385a884fb51b17c1833e655e5180d30 /configure | |
parent | ee2110587e91f288bcae62e9f837f99079dfaf2a (diff) |
- Fixed the recompilation of config/revision.ml once every two conmpilations.
- Fixed an error message in configure
- Support for filenames with spaces in coqmktop
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11772 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -474,7 +474,7 @@ else elif [ -x "${CAMLLIB}/site-lib/camlp5" ]; then CAMLP4LIB=+site-lib/camlp5 else - echo "Objective Caml 3.10 found but no Camlp5 installed." + echo "Objective Caml $CAMLVERSION found but no Camlp5 installed." echo "Configuration script failed!" exit 1 fi |