]> git.sesse.net Git - vlc/blobdiff - bootstrap
Qt: fix an utf8 encoding issue in the recents menu
[vlc] / bootstrap
index 76d1fe854cb48305ffa3733efd3eb548bbf85d5b..6726871a881b092bf56f89332fd951e8fe67530a 100755 (executable)
--- 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
 ###