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 14:16:55 -0700 |
commit | 67740128569a09b7a7b17028a0d96cc357ca750c (patch) | |
tree | 4e94b6aa9611f64c59f9142da705ab2abf8b2cdc | |
parent | 4d28322e7a010229a071b885dc4fc3916a3da062 (diff) |
autogen: add default patch prefix
Signed-off-by: Mihail Konev <k.mvc@ya.ru>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rwxr-xr-x | autogen.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -24,6 +24,9 @@ fi autoreconf -v --install || exit 1 cd "$ORIGDIR" || exit $? +git config --local --get format.subjectPrefix >/dev/null 2>&1 || + git config --local format.subjectPrefix "PATCH libxcb-render-util" + if test -z "$NOCONFIGURE"; then exec "$srcdir"/configure "$@" fi |