aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 3ca3c7c99a..e4148c7a41 100755
--- a/configure
+++ b/configure
@@ -11,6 +11,9 @@ VOMAGIC=08193
STATEMAGIC=19764
DATE="Jun. 2008"
+# Create the bin/ directory if non-existent
+test -d bin || mkdir bin
+
# a local which command for sh
which () {
IFS=":" # set words separator in PATH to be ':' (it allows spaces in dirnames)