diff options
author | Mihail Konev <k.mvc@ya.ru> | 2017-01-26 13:52:49 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2017-01-26 13:52:49 +1000 |
commit | 1c070d1153e293169909b0fc8e9ff65be9121fa0 (patch) | |
tree | c086f658cc48ada5b1e0da5d828c895aae0e8a15 | |
parent | 9e39e36316f3dd28b1fd6f71562ec93bce2da35a (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 libxkbfile" + if test -z "$NOCONFIGURE"; then exec "$srcdir"/configure "$@" fi |