Commit 70b069ca authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

configure: add tools from extras/tools to the PATH

parent 7f919690
...@@ -412,6 +412,13 @@ AS_IF([test -n "${CONTRIB_DIR}"], [ ...@@ -412,6 +412,13 @@ AS_IF([test -n "${CONTRIB_DIR}"], [
]) ])
AC_SUBST(CONTRIB_DIR) AC_SUBST(CONTRIB_DIR)
dnl Add extras/tools to the PATH
TOOLS_DIR="${srcdir}/extras/tools/build"
AS_IF([test -d "${TOOLS_DIR}"], [
TOOLS_DIR=`cd "${TOOLS_DIR}" && pwd`
export PATH="${TOOLS_DIR}":$PATH
])
dnl dnl
dnl Libtool dnl Libtool
dnl It's very bad, but our former custom system was worst dnl It's very bad, but our former custom system was worst
......
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