X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=configure.ac;h=90f1ae231eaa35c2f1fa431e3a048733d8d3a1ad;hb=bc494eb08a36a3fb170d3a360942f8e316577677;hp=6fab05b9b98fe1b051f9a2af9d2b978b0f402523;hpb=9ef4ff3833c2c58767fa51abb63793b3fc2ae2ec;p=vlc diff --git a/configure.ac b/configure.ac index 6fab05b9b9..90f1ae231e 100644 --- a/configure.ac +++ b/configure.ac @@ -412,6 +412,13 @@ AS_IF([test -n "${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}/bin":$PATH +]) + dnl dnl Libtool dnl It's very bad, but our former custom system was worst