diff options
author | Mihail Konev <k.mvc@ya.ru> | 2017-01-26 13:52:49 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2017-01-26 13:52:49 +1000 |
commit | 7e083f2e618ce063d1ab2885671a0c5ca8472772 (patch) | |
tree | f6944731acdbf2c4ed2ec7faa1fb817779670b79 | |
parent | c051091cecad4c22dab362f3d3b7463ad2a52754 (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 libXtst" + if test -z "$NOCONFIGURE"; then exec "$srcdir"/configure "$@" fi |