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:26:03 -0700 |
commit | 9dcb08170898d3bd5ddb3bc26c514a6bfccf3fae (patch) | |
tree | 09c87d2106896e8abcf932f69884fbac3c1d97ff | |
parent | 7d798d3ccbe537f2f102665447ec3e15a8cdb1a1 (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
@@ -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 libxcb" + if test -z "$NOCONFIGURE"; then exec "$srcdir"/configure "$@" fi |