Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xorg
proto
xorgproto
Commits
0f8bc703
Commit
0f8bc703
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
09b98703
Changes
1
Hide whitespace changes
Inline
Side-by-side
autogen.sh
View file @
0f8bc703
...
@@ -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 xf86driproto"
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