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 12:02:27 -0700
commit9f795cfa21b9e32624b8133cefdd082c4251ce41 (patch)
treeca054a5eecf40d3f5d82560614c0e6c03f839262
parentf00f347931117646af256df2a11e0e886e358b8b (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-xautogen.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 0006de8..c692e95 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 libXpresent"
+
if test -z "$NOCONFIGURE"; then
exec "$srcdir"/configure "$@"
fi