bootstrap: prepend extras/tools/build/bin to PATH if it exists

This commit is contained in:
Rafaël Carré 2011-12-09 19:40:37 -05:00
parent 668bd49f54
commit ede3bd6058

View File

@ -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
###