Adding contrib/my-configure
authorChristopher L. Conway <christopherleeconway@gmail.com>
Wed, 26 May 2010 20:52:42 +0000 (20:52 +0000)
committerChristopher L. Conway <christopherleeconway@gmail.com>
Wed, 26 May 2010 20:52:42 +0000 (20:52 +0000)
contrib/my-configure [new file with mode: 0755]

diff --git a/contrib/my-configure b/contrib/my-configure
new file mode 100755 (executable)
index 0000000..af5cb01
--- /dev/null
@@ -0,0 +1,9 @@
+#! /bin/bash
+
+CONFIG_OPTIONS=
+
+if [ -e .cvc4_config ]; then
+  CONFIG_OPTIONS=`cat .cvc4_config`
+fi
+
+echo ./configure $CONFIG_OPTIONS $*