summaryrefslogtreecommitdiff
path: root/contrib/my-configure
diff options
context:
space:
mode:
authorChristopher L. Conway <christopherleeconway@gmail.com>2010-05-26 20:52:42 +0000
committerChristopher L. Conway <christopherleeconway@gmail.com>2010-05-26 20:52:42 +0000
commita9c80b635526aa6007322c83df19f8f32c4d9dc1 (patch)
tree84caa5f00454173acdd95033f081078ca5c07784 /contrib/my-configure
parent2f70d96546d82e6beb1e4492bfee46c962d9cfe4 (diff)
Adding contrib/my-configure
Diffstat (limited to 'contrib/my-configure')
-rwxr-xr-xcontrib/my-configure9
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/my-configure b/contrib/my-configure
new file mode 100755
index 000000000..af5cb01f7
--- /dev/null
+++ b/contrib/my-configure
@@ -0,0 +1,9 @@
+#! /bin/bash
+
+CONFIG_OPTIONS=
+
+if [ -e .cvc4_config ]; then
+ CONFIG_OPTIONS=`cat .cvc4_config`
+fi
+
+echo ./configure $CONFIG_OPTIONS $*
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback