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
619b43df
Commit
619b43df
authored
Mar 18, 2013
by
Erik de Castro Lopo
Browse files
autogen.sh : OpenBSD tweaks.
parent
c152d1ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
autogen.sh
View file @
619b43df
...
...
@@ -4,6 +4,14 @@
# (not older than a few years...)
set
-e
if
test
$(
uname
-s
)
=
"OpenBSD"
;
then
# OpenBSD needs these environment variables set.
AUTOCONF_VERSION
=
2.69
AUTOMAKE_VERSION
=
1.11
export
AUTOCONF_VERSION
export
AUTOMAKE_VERSION
fi
srcdir
=
`
dirname
$0
`
test
-n
"
$srcdir
"
&&
cd
"
$srcdir
"
...
...
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