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 | 75b10c972d15c036a692ef4590a81a6c54d384f6 (patch) | |
tree | 9e5abdafe807c65634a0a60c84b33401433990ac | |
parent | 721901fec3d829426d7c8df82a14beb11905c7a8 (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 libXcursor" + if test -z "$NOCONFIGURE"; then exec "$srcdir"/configure "$@" fi |