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:12:24 -0700 |
commit | 0a8f17fe11d92b51d81e4f2912de6fa4fe58ced9 (patch) | |
tree | e340b7d676aa3546226936c070b82579d6aeb490 | |
parent | 1a2d9a046b9e9bd1732f6f966cc4a60814d2e442 (diff) | |
download | util-image-0a8f17fe11d92b51d81e4f2912de6fa4fe58ced9.tar.gz |
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-image" + if test -z "$NOCONFIGURE"; then exec "$srcdir"/configure "$@" fi |