Commit 22e687d8 authored by Steven Fackler's avatar Steven Fackler
Browse files

Always run configure from the right directory

parent cd6c0ebc
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
#!/bin/bash

cd $(dirname $0)

TEMP=`getopt -o "" --long prefix: -n "$0" -- "$@"`

if [ $? != 0 ]; then exit 1; fi