diff options
author | Mihail Konev <k.mvc@ya.ru> | 2017-01-26 14:00:20 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2017-01-26 14:00:20 +1000 |
commit | a8f2ae3ec37b6a0cc99ba4e473efc817809a492c (patch) | |
tree | d61883ca577a6fbb7a9fd15a875a8d94a80a5fdb | |
parent | 2adf2cb58752061315993fc5d185ba0e6a8cc73f (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 app/listres" + if test -z "$NOCONFIGURE"; then exec "$srcdir"/configure "$@" fi |