diff --git a/autogen.sh b/autogen.sh index aee4beb..029911e 100755 --- a/autogen.sh +++ b/autogen.sh @@ -9,6 +9,9 @@ cd "$srcdir" autoreconf --force -v --install || exit 1 cd "$ORIGDIR" || exit $? +git config --local --get format.subjectPrefix >/dev/null 2>&1 || + git config --local format.subjectPrefix "PATCH xf86-video-nested" + if test -z "$NOCONFIGURE"; then exec "$srcdir"/configure "$@" fi