aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorXavier Leroy <xavierleroy@users.noreply.github.com>2020-02-05 18:33:13 +0100
committerGitHub <noreply@github.com>2020-02-05 18:33:13 +0100
commitb0fdbb0e88d6decd068709ea673dbe51fd6727b0 (patch)
tree1e49fbdcd5eb05b4fd2da01c378ca440fb5df86c /configure
parent3e5fba812749b9240b655a99809e62231d1145aa (diff)
downloadcompcert-b0fdbb0e88d6decd068709ea673dbe51fd6727b0.tar.gz
compcert-b0fdbb0e88d6decd068709ea673dbe51fd6727b0.zip
Support Coq 8.11.0 (#212)
Update configure. Ignore and clean up .vok and .vos files, which Coq 8.11.0 generates.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index b964c124..d91bfebf 100755
--- a/configure
+++ b/configure
@@ -530,7 +530,7 @@ missingtools=false
echo "Testing Coq... " | tr -d '\n'
coq_ver=$(${COQBIN}coqc -v 2>/dev/null | sed -n -e 's/The Coq Proof Assistant, version \([^ ]*\).*$/\1/p')
case "$coq_ver" in
- 8.8.0|8.8.1|8.8.2|8.9.0|8.9.1|8.10.0|8.10.1|8.10.2)
+ 8.8.0|8.8.1|8.8.2|8.9.0|8.9.1|8.10.0|8.10.1|8.10.2|8.11.0)
echo "version $coq_ver -- good!";;
?*)
echo "version $coq_ver -- UNSUPPORTED"