diff options
author | Mihail Konev <k.mvc@ya.ru> | 2017-01-26 13:52:48 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2017-01-26 13:52:48 +1000 |
commit | 4292ec1c63180c5f4e7c0e606fa68c51913f172b (patch) | |
tree | 11c0dc09253ff9faac530181d48cfc4aaed855a4 | |
parent | 84bf037b142218578d7024eb89fb93991080e56c (diff) |
autogen: add default patch prefix
Signed-off-by: Mihail Konev <k.mvc@ya.ru>
-rwxr-xr-x | autogen.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 fixesproto" + if test -z "$NOCONFIGURE"; then exec "$srcdir"/configure "$@" fi |