aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 55cf6a0b..7fe7f2bb 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,7 @@
#!/bin/bash
+cd $(dirname $0)
+
TEMP=`getopt -o "" --long prefix: -n "$0" -- "$@"`
if [ $? != 0 ]; then exit 1; fi