diff options
author | Mihail Konev <k.mvc@ya.ru> | 2017-01-26 13:52:49 +1000 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-24 11:22:22 -0700 |
commit | 92fe170ff0b08eeba00442c21650bebd7e8160d4 (patch) | |
tree | f08596f5ee40758ed383b43efdd5fbec40711b86 /autogen.sh | |
parent | 052c6677c6ee03230404df336aed6b0200caf353 (diff) |
autogen: add default patch prefix
Signed-off-by: Mihail Konev <k.mvc@ya.ru>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'autogen.sh')
-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 xf86-input-elographics" + if test -z "$NOCONFIGURE"; then exec "$srcdir"/configure "$@" fi |