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
51a5098e
Commit
51a5098e
authored
Oct 17, 2014
by
Jean-Baptiste Kempf
Browse files
Configure: more elegant check of tools bin folder
parent
bc494eb0
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
51a5098e
...
...
@@ -413,10 +413,10 @@ AS_IF([test -n "${CONTRIB_DIR}"], [
AC_SUBST(CONTRIB_DIR)
dnl Add extras/tools to the PATH
TOOLS_DIR="${srcdir}/extras/tools/build"
TOOLS_DIR="${srcdir}/extras/tools/build
/bin
"
AS_IF([test -d "${TOOLS_DIR}"], [
TOOLS_DIR=`cd "${TOOLS_DIR}" && pwd`
export PATH="${TOOLS_DIR}
/bin
":$PATH
export PATH="${TOOLS_DIR}":$PATH
])
dnl
...
...
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