Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
70b069ca
Commit
70b069ca
authored
Oct 11, 2014
by
Jean-Baptiste Kempf
Browse files
configure: add tools from extras/tools to the PATH
parent
7f919690
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
70b069ca
...
...
@@ -412,6 +412,13 @@ AS_IF([test -n "${CONTRIB_DIR}"], [
])
AC_SUBST(CONTRIB_DIR)
dnl Add extras/tools to the PATH
TOOLS_DIR="${srcdir}/extras/tools/build"
AS_IF([test -d "${TOOLS_DIR}"], [
TOOLS_DIR=`cd "${TOOLS_DIR}" && pwd`
export PATH="${TOOLS_DIR}":$PATH
])
dnl
dnl Libtool
dnl It's very bad, but our former custom system was worst
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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