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
commit373a53cdcb59c53599cc95f2dccf8cd42e748443 (patch)
tree1ac59dcc3af05d028b6cc78f9a20eeb56f6d8f3b
parent94430c9cffc4ba5780f76c8130878f23d499811e (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 fc34bd5..279ae56 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 util/imake"
+
if test -z "$NOCONFIGURE"; then
$srcdir/configure "$@"
fi