[vlc-commits] bootstrap: prepend extras/tools/build/bin to PATH if it exists
Rafaël Carré
git at videolan.org
Sat Dec 10 01:41:12 CET 2011
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Fri Dec 9 19:40:37 2011 -0500| [ede3bd6058cb462338403a93784a5a5ff3d39b75] | committer: Rafaël Carré
bootstrap: prepend extras/tools/build/bin to PATH if it exists
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ede3bd6058cb462338403a93784a5a5ff3d39b75
---
bootstrap | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/bootstrap b/bootstrap
index 76d1fe8..6726871 100755
--- a/bootstrap
+++ b/bootstrap
@@ -19,6 +19,11 @@ fi
ACLOCAL_ARGS="-I m4 ${ACLOCAL_ARGS}"
+# Check for tools directory
+if test -d extras/tools/build/bin; then
+ PATH="`pwd`/extras/tools/build/bin:$PATH"
+fi
+
###
### Get a sane environment, just in case
###
More information about the vlc-commits
mailing list