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:14:29 -0700
commit07b8ad33ca9af45b330401e9e8e911391d7e5095 (patch)
tree0aa787f26c5b31e76beb018ecde1014ccddb23cc
parent4bb8f74f4af62b37db5d6df3a89a5745beeca57c (diff)
downloadutil-keysyms-07b8ad33ca9af45b330401e9e8e911391d7e5095.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 d15c0fb..f5a56d8 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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-keysyms"
+
if test -z "$NOCONFIGURE"; then
exec "$srcdir"/configure "$@"
fi