Commit 51a5098e authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Configure: more elegant check of tools bin folder

parent bc494eb0
...@@ -413,10 +413,10 @@ AS_IF([test -n "${CONTRIB_DIR}"], [ ...@@ -413,10 +413,10 @@ AS_IF([test -n "${CONTRIB_DIR}"], [
AC_SUBST(CONTRIB_DIR) AC_SUBST(CONTRIB_DIR)
dnl Add extras/tools to the PATH 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}"], [ AS_IF([test -d "${TOOLS_DIR}"], [
TOOLS_DIR=`cd "${TOOLS_DIR}" && pwd` TOOLS_DIR=`cd "${TOOLS_DIR}" && pwd`
export PATH="${TOOLS_DIR}/bin":$PATH export PATH="${TOOLS_DIR}":$PATH
]) ])
dnl dnl
......
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