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 | 42e152c6f2d1bd839e77c5e97f3a509d890c3237 (patch) | |
tree | a57ba920fcd3367a400c9c713243a771c0225267 | |
parent | fca98447c95ae0284b4f1b0c381011f8ccaf1ff0 (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 libXau" + if test -z "$NOCONFIGURE"; then exec "$srcdir"/configure "$@" fi |