summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMihail Konev <k.mvc@ya.ru>2017-01-26 13:52:49 +1000
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-24 14:26:03 -0700
commit9dcb08170898d3bd5ddb3bc26c514a6bfccf3fae (patch)
tree09c87d2106896e8abcf932f69884fbac3c1d97ff
parent7d798d3ccbe537f2f102665447ec3e15a8cdb1a1 (diff)
downloadxcb-libxcb-9dcb08170898d3bd5ddb3bc26c514a6bfccf3fae.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-xautogen.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 0006de8..cb03947 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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