Commit ede3bd60 authored by Rafaël Carré's avatar Rafaël Carré

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

parent 668bd49f
......@@ -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
###
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment