summaryrefslogtreecommitdiff
path: root/contrib/my-configure
diff options
context:
space:
mode:
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