man: Document the new --filter option
[xorg/xrandr] / autogen.sh
1 #! /bin/sh
2
3 srcdir=`dirname "$0"`
4 test -z "$srcdir" && srcdir=.
5
6 ORIGDIR=`pwd`
7 cd "$srcdir"
8
9 autoreconf -v --install || exit 1
10 cd "$ORIGDIR" || exit $?
11
12 git config --local --get format.subjectPrefix >/dev/null 2>&1 ||
13     git config --local format.subjectPrefix "PATCH app/xrandr"
14
15 if test -z "$NOCONFIGURE"; then
16     exec "$srcdir"/configure "$@"
17 fi