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:07:18 -0700 |
commit | 738e534b2f9aef1d904b71b23c36e9844050cb69 (patch) | |
tree | 53a802ee1dc02fbee730e6ecce732d14bed6aba7 | |
parent | 63c57d4f7b26581375df0d9888d41b1028c23123 (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-cursor" + if test -z "$NOCONFIGURE"; then exec "$srcdir"/configure "$@" fi |