diff options
author | Mihail Konev <k.mvc@ya.ru> | 2017-01-26 13:52:48 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2017-01-26 13:52:48 +1000 |
commit | 0d9109eff09a538953fcc3524bafb1d6297a2b87 (patch) | |
tree | 2bb4a6a587c046c59fa6ff8f34e0155dd4c7950d | |
parent | f772dd09273aea01dab5afc6a8f99f44caeb591a (diff) |
autogen: add default patch prefix
Signed-off-by: Mihail Konev <k.mvc@ya.ru>
-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 xorg-sgml-doctools" + if test -z "$NOCONFIGURE"; then exec "$srcdir"/configure "$@" fi |