[vlc-devel] [PATCH] configure: add tools from extras/tools to the PATH
Rémi Denis-Courmont
remi at remlab.net
Sat Oct 11 15:26:25 CEST 2014
Le samedi 11 octobre 2014, 14:49:25 Jean-Baptiste Kempf a écrit :
> ---
> configure.ac | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/configure.ac b/configure.ac
> index 895f2d0..89cc022 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}:$PATH
Missing quotes?
> +])
> +
> dnl
> dnl Libtool
> dnl It's very bad, but our former custom system was worst
--
Rémi Denis-Courmont
http://www.remlab.net/
More information about the vlc-devel
mailing list