mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-07 07:18:03 +02:00
autogen: add default patch prefix
Signed-off-by: Mihail Konev <k.mvc@ya.ru>
This commit is contained in:
parent
a0b0124bcb
commit
708fcc7b25
1 changed files with 3 additions and 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 videoproto"
|
||||
|
||||
if test -z "$NOCONFIGURE"; then
|
||||
exec "$srcdir"/configure "$@"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue