drop compat with ancient xorg version
[xf86-video-sis.git] / autogen.sh
bloba646aaa954fec6226ea28998d79b41d9525c7a8c
1 #! /bin/sh
3 srcdir=`dirname "$0"`
4 test -z "$srcdir" && srcdir=.
6 ORIGDIR=`pwd`
7 cd "$srcdir"
9 autoreconf -v --install || exit 1
10 cd "$ORIGDIR" || exit $?
12 git config --local --get format.subjectPrefix >/dev/null 2>&1 ||
13 git config --local format.subjectPrefix "PATCH xf86-video-sis"
15 if test -z "$NOCONFIGURE"; then
16 exec "$srcdir"/configure "$@"