autogen: add default patch prefix
Signed-off-by: Mihail Konev <k.mvc@ya.ru> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
parent
7d798d3ccb
commit
9dcb081708
|
@ -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 libxcb"
|
||||||
|
|
||||||
if test -z "$NOCONFIGURE"; then
|
if test -z "$NOCONFIGURE"; then
|
||||||
exec "$srcdir"/configure "$@"
|
exec "$srcdir"/configure "$@"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue