X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/projects.git/blobdiff_plain/41ce755310d9f8b1f2435b0254f838e68e50180b..10dcb8bac8d80fdd74a9ede5af533ed8b136716e:/tools/make/configure diff --git a/tools/make/configure b/tools/make/configure deleted file mode 100755 index c981fd5..0000000 --- a/tools/make/configure +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash -set -e - -function echo_usage { - echo "usage: configure [options]" - echo " -b " - echo " -a " -} - -# to build a package you need ... -# .co: checkout commands -# .cp: copy step -# .cpp (optional): commands to setup the C++ compile environment - -if [ $# -lt 2 ] -then - echo_usage - exit 1 -fi -