Always run configure from the right directory

This commit is contained in:
Steven Fackler 2014-01-20 21:50:52 -08:00
parent cd6c0ebcb5
commit 22e687d801
1 changed files with 2 additions and 0 deletions

2
configure vendored
View File

@ -1,5 +1,7 @@
#!/bin/bash
cd $(dirname $0)
TEMP=`getopt -o "" --long prefix: -n "$0" -- "$@"`
if [ $? != 0 ]; then exit 1; fi