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 12:02:27 -0700 |
commit | 9f795cfa21b9e32624b8133cefdd082c4251ce41 (patch) | |
tree | ca054a5eecf40d3f5d82560614c0e6c03f839262 | |
parent | f00f347931117646af256df2a11e0e886e358b8b (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
@@ -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 |