aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2009-01-10 22:37:15 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2009-01-10 22:37:15 +0000
commitdb6363f65f8c68ccadd39effe76a5142c8ee1acd (patch)
tree4f7967725385a884fb51b17c1833e655e5180d30 /configure
parentee2110587e91f288bcae62e9f837f99079dfaf2a (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-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index e946f52dd..76f05e7f3 100755
--- a/configure
+++ b/configure
@@ -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