diff options
author | Mihail Konev <k.mvc@ya.ru> | 2017-01-26 14:00:21 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2017-01-26 14:00:21 +1000 |
commit | 29d7efd4856aee5578e47684c6aafc1fe47690c2 (patch) | |
tree | 3ecfb938c64ef67ca0945ab71c5b6a91a46e813f /autogen.sh | |
parent | 3d6277359bd6633238f7043a799f1cf0c6793d3b (diff) |
autogen: add default patch prefix
Signed-off-by: Mihail Konev <k.mvc@ya.ru>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 "$@" |