aboutsummaryrefslogtreecommitdiffstats
path: root/src/configure.sh
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@inria.fr>2015-01-13 15:51:35 +0100
committerChantal Keller <Chantal.Keller@inria.fr>2015-01-13 15:51:35 +0100
commit469a88043ad000403cff5122e27770c130ef77e4 (patch)
tree24504b11d1de17f5ec6db23683314339116b4e76 /src/configure.sh
parent44a7c303c34dabd68e8d28c7de6ee54cc03a774b (diff)
downloadsmtcoq-469a88043ad000403cff5122e27770c130ef77e4.tar.gz
smtcoq-469a88043ad000403cff5122e27770c130ef77e4.zip
Room for compilation with other versions of Coq
Diffstat (limited to 'src/configure.sh')
-rwxr-xr-xsrc/configure.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/configure.sh b/src/configure.sh
new file mode 100755
index 0000000..04da739
--- /dev/null
+++ b/src/configure.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+set -e
+
+if [ $@ -a $@ = -standard ]; then
+ cp Makefile.standard Makefile
+else
+ cp Makefile.native Makefile
+fi