summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMihail Konev <k.mvc@ya.ru>2017-01-26 14:00:21 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2017-01-26 14:00:21 +1000
commit29d7efd4856aee5578e47684c6aafc1fe47690c2 (patch)
tree3ecfb938c64ef67ca0945ab71c5b6a91a46e813f
parent3d6277359bd6633238f7043a799f1cf0c6793d3b (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 e81f989..d835fca 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -9,5 +9,8 @@ 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 app/xmore"
+
$srcdir/configure --enable-maintainer-mode "$@"