mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcursor.git
synced 2025-12-20 03:30:28 +01:00
autogen: add default patch prefix
Signed-off-by: Mihail Konev <k.mvc@ya.ru>
This commit is contained in:
parent
721901fec3
commit
75b10c972d
1 changed files with 3 additions and 0 deletions
|
|
@ -9,6 +9,9 @@ cd "$srcdir"
|
||||||
autoreconf -v --install || exit 1
|
autoreconf -v --install || exit 1
|
||||||
cd "$ORIGDIR" || exit $?
|
cd "$ORIGDIR" || exit $?
|
||||||
|
|
||||||
|
git config --local --get format.subjectPrefix >/dev/null 2>&1 ||
|
||||||
|
git config --local format.subjectPrefix "PATCH libXcursor"
|
||||||
|
|
||||||
if test -z "$NOCONFIGURE"; then
|
if test -z "$NOCONFIGURE"; then
|
||||||
exec "$srcdir"/configure "$@"
|
exec "$srcdir"/configure "$@"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue