summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-01-12 15:44:13 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-01-12 15:44:13 +0100
commit71004021851e99a7a431423915b751c02bd10929 (patch)
tree8799d251ea7e2d0a84d93a997fbdf76c2fe03977 /configure
parent66d507d906fc51e06b6c134fadf9c4610b9b91c4 (diff)
downloadwolfbones-71004021851e99a7a431423915b751c02bd10929.tar.gz
wolfbones-71004021851e99a7a431423915b751c02bd10929.tar.bz2
fixes for Cygwin (snprintf), started cleaning up namespace prefixes
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure b/configure
index a721db0..0a64dcb 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#!/bin/sh
-cat >$$ <<EOF
+cat <<EOF
No way, Jose.
Use 'make help' to see what you can do.
@@ -9,6 +9,3 @@ Use the make of your platform, be it 'make', 'gmake', 'bmake', 'nmake', ...
...whatever...
EOF
-
-cat $$
-rm -f $$