autogen: add default patch prefix

Signed-off-by: Mihail Konev <k.mvc@ya.ru>
This commit is contained in:
Mihail Konev 2017-01-26 14:00:22 +10:00 committed by Peter Hutterer
parent 50ba5531dc
commit af0f808922
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@ cd "$srcdir"
autoreconf -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-dummy"
if test -z "$NOCONFIGURE"; then
exec "$srcdir"/configure "$@"
fi