From 22e687d80163def8a7cec28a9fd23a522105272a Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Mon, 20 Jan 2014 21:50:52 -0800 Subject: [PATCH] Always run configure from the right directory --- configure | 2 ++ 1 file changed, 2 insertions(+) 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