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
plymouth
plymouth
Commits
759e6d95
Commit
759e6d95
authored
Dec 11, 2013
by
Ray Strode
Browse files
build-goo: get rid of warnings related to non-GNU systems
parent
8fc93c9a
Changes
1
Hide whitespace changes
Inline
Side-by-side
autogen.sh
View file @
759e6d95
#!/bin/sh
cd
$(
dirname
$0
)
autoreconf
--install
--symlink
autoreconf
--install
--symlink
-Wno-portability
if
test
-z
"
$NOCONFIGURE
"
;
then
exec
./configure
$@
fi
Write
Preview
Supports
Markdown
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