summaryrefslogtreecommitdiff
path: root/contrib/my-configure
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-10-20 09:02:25 -0500
committerGitHub <noreply@github.com>2018-10-20 09:02:25 -0500
commit9d9a8bbd4465efd0860b185889fae89e4693d2a2 (patch)
treeec42e3da1ce7d790ece4e1e1df6e35f65c782041 /contrib/my-configure
parentf25f227eb4a4df388160cdf62795f7f684b224ea (diff)
parent1d4324bf87a35e36d9cc1e856d74ffbaf912a848 (diff)
Merge branch 'master' into strRewritesstrRewrites
Diffstat (limited to 'contrib/my-configure')
-rwxr-xr-xcontrib/my-configure12
1 files changed, 0 insertions, 12 deletions
diff --git a/contrib/my-configure b/contrib/my-configure
deleted file mode 100755
index 65a64895d..000000000
--- a/contrib/my-configure
+++ /dev/null
@@ -1,12 +0,0 @@
-# Includes the contents of the file .cvc4_config, if it exists,
-# on the ./configure command line
-
-#! /bin/bash
-
-CONFIG_OPTIONS=
-
-if [ -e .cvc4_config ]; then
- CONFIG_OPTIONS=`cat .cvc4_config`
-fi
-
-./configure $CONFIG_OPTIONS $*
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback