summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2008-12-22 22:32:00 +0100
committerAndreas Baumann <abaumann@yahoo.com>2008-12-22 22:32:00 +0100
commita4efe6935e5dc6a495d4f1bdd427ed49f06925b1 (patch)
tree2e0e79777882edf640c643c9ec69d0f0df351ddb /configure
parent6ee92d6ab51e1158c96d8e6214a1f625ff156e9b (diff)
downloadwolfbones-a4efe6935e5dc6a495d4f1bdd427ed49f06925b1.tar.gz
wolfbones-a4efe6935e5dc6a495d4f1bdd427ed49f06925b1.tar.bz2
added a dummy configure to tell people to use make :-)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure14
1 files changed, 14 insertions, 0 deletions
diff --git a/configure b/configure
new file mode 100755
index 0000000..a721db0
--- /dev/null
+++ b/configure
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+cat >$$ <<EOF
+No way, Jose.
+
+Use 'make help' to see what you can do.
+
+Use the make of your platform, be it 'make', 'gmake', 'bmake', 'nmake', ...
+...whatever...
+
+EOF
+
+cat $$
+rm -f $$