summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMihail Konev <k.mvc@ya.ru>2017-01-26 14:00:22 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2017-01-26 14:00:22 +1000
commitb47b3632fb694ba79ffab48f6f0398d4695c8a8c (patch)
tree423e95fbbe5e0fea784a8cfe919e87cc96ef8627
parent71580d0188af7c183d3ac18bc19134be2245ab41 (diff)
downloadxorg-driver-xf86-video-cirrus-b47b3632fb694ba79ffab48f6f0398d4695c8a8c.tar.gz
autogen: add default patch prefix
Signed-off-by: Mihail Konev <k.mvc@ya.ru>
-rwxr-xr-xautogen.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 0006de8..d75e253 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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-cirrus"
+
if test -z "$NOCONFIGURE"; then
exec "$srcdir"/configure "$@"
fi