aboutsummaryrefslogtreecommitdiffstats
path: root/src/configure.sh
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2016-09-23 16:01:42 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2016-09-23 16:01:42 +0200
commit4be43131e2b3dc60a530de5b3a8f23cd93564ad7 (patch)
tree7743e1fbae5ee7b7ae72b16d35ea7fa38a9e46f2 /src/configure.sh
parentfa9d33eea03bb59d55ee4dccf4fecb8b1520e69d (diff)
downloadsmtcoq-4be43131e2b3dc60a530de5b3a8f23cd93564ad7.tar.gz
smtcoq-4be43131e2b3dc60a530de5b3a8f23cd93564ad7.zip
More modularity on the format of traces depending on the version of coq
Diffstat (limited to 'src/configure.sh')
-rwxr-xr-xsrc/configure.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/configure.sh b/src/configure.sh
index dfa86ab..d83e20a 100755
--- a/src/configure.sh
+++ b/src/configure.sh
@@ -5,6 +5,7 @@ set -e
if [ $@ -a $@ = -native ]; then
cp versions/native/Makefile Makefile
cp versions/native/smtcoq_plugin_native.ml4 smtcoq_plugin.ml4
+ cp versions/native/Structures_native.v versions/native/Structures.v
else
cp versions/standard/Makefile Makefile
cp versions/standard/smtcoq_plugin_standard.ml4 smtcoq_plugin.ml4
@@ -17,4 +18,5 @@ else
cp versions/standard/Int63/Int63Axioms_standard.v versions/standard/Int63/Int63Axioms.v
cp versions/standard/Int63/Int63Properties_standard.v versions/standard/Int63/Int63Properties.v
cp versions/standard/Array/PArray_standard.v versions/standard/Array/PArray.v
+ cp versions/standard/Structures_standard.v versions/standard/Structures.v
fi