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
Stefan Strogin
flac
Commits
9e2bf61d
Commit
9e2bf61d
authored
Aug 01, 2015
by
Erik de Castro Lopo
Browse files
autogen.sh: Switch from bash to sh and make it POSIX
parent
6ced857c
Changes
1
Hide whitespace changes
Inline
Side-by-side
autogen.sh
View file @
9e2bf61d
#!/bin/
ba
sh
#!/bin/sh
# Run this to set up the build system: configure, makefiles, etc.
# We trust that the user has a recent enough autoconf & automake setup
# (not older than a few years...)
test_program_errors
=
0
function
test_program
{
test_program
()
{
if
!
command
-v
$1
>
/dev/null 2>&1
;
then
echo
"Missing program '
$1
'."
test_program_errors
=
1
...
...
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