3 test -n "$srcdir" || srcdir=`dirname "$0"`
4 test -n "$srcdir" || srcdir=.
9 autoreconf -fvi || exit $?
13 git config --local --get format.subjectPrefix >/dev/null 2>&1 ||
14 git config --local format.subjectPrefix "PATCH libevdev"
16 test -n "$NOCONFIGURE" || exec "$srcdir"/configure "$@"