Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Xf86 Video Fbturbo
Commits
8c03e347
Commit
8c03e347
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
39f66842
Changes
1
Show whitespace changes
Inline
Side-by-side
autogen.sh
View file @
8c03e347
...
@@ -9,6 +9,9 @@ cd "$srcdir"
...
@@ -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 xf86-video-fbdev"
if
test
-z
"
$NOCONFIGURE
"
;
then
if
test
-z
"
$NOCONFIGURE
"
;
then
exec
"
$srcdir
"
/configure
"
$@
"
exec
"
$srcdir
"
/configure
"
$@
"
fi
fi
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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