[vlc-devel] [PATCH] configure: add tools from extras/tools to the PATH
gseanmcg at gmail.com
gseanmcg at gmail.com
Sat Oct 11 16:54:47 CEST 2014
Hi Jean-Baptiste,
This won't help for contrib/, where it is most needed for building protobuf.
-- Sean McG.
Sent on the TELUS Mobility network with BlackBerry
-----Original Message-----
From: Jean-Baptiste Kempf <jb at videolan.org>
Sender: "vlc-devel" <vlc-devel-bounces at videolan.org>Date: Sat, 11 Oct 2014 16:35:40
To: Mailing list for VLC media player developers<vlc-devel at videolan.org>
Reply-To: Mailing list for VLC media player developers <vlc-devel at videolan.org>
Subject: Re: [vlc-devel] [PATCH] configure: add tools from extras/tools to
the PATH
On 11 Oct, Rémi Denis-Courmont wrote :
> 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?
I've updated a new version.
--
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device
_______________________________________________
vlc-devel mailing list
To unsubscribe or modify your subscription options:
https://mailman.videolan.org/listinfo/vlc-devel
More information about the vlc-devel
mailing list