summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMihail Konev <k.mvc@ya.ru>2017-01-26 13:52:49 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2017-01-26 13:52:49 +1000
commit48ca78665a3f251f94b190b61fcc2027b07a76c9 (patch)
tree6ad3b1e2d3566b96cadbcbf5c312b9b85f00593a
parent290edda14c96e34873cd5601d3c515ce74ca01a5 (diff)
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..2e4e750 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 libXvMC"
+
if test -z "$NOCONFIGURE"; then
exec "$srcdir"/configure "$@"
fi