Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xorg
driver
xf86-video-siliconmotion
Commits
1f94cd4f
Commit
1f94cd4f
authored
Jan 26, 2017
by
Mihail Konev
Committed by
Peter Hutterer
Jan 26, 2017
Browse files
autogen: add default patch prefix
Signed-off-by:
Mihail Konev
<
k.mvc@ya.ru
>
parent
8bdddcca
Changes
1
Hide whitespace changes
Inline
Side-by-side
autogen.sh
View file @
1f94cd4f
...
...
@@ -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 xf86-video-siliconmotion"
if
test
-z
"
$NOCONFIGURE
"
;
then
exec
"
$srcdir
"
/configure
"
$@
"
fi
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment