1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-28 23:09:59 +02:00

Fix the inclusion of extras/contrib/bin to the PATH

This commit is contained in:
Christophe Mutricy 2006-11-14 14:51:35 +00:00
parent 73f6c8ba16
commit 970cd4e80a

View File

@ -35,7 +35,7 @@ ACLOCAL_ARGS="-I m4"
# Check for contrib directory
if test -d extras/contrib/bin; then
export PATH=./extras/contrib/bin:$PATH
export PATH="`pwd`/extras/contrib/bin:$PATH"
if test -d extras/contrib/share/aclocal; then
ACLOCAL_ARGS="${ACLOCAL_ARGS} -I extras/contrib/share/aclocal"
fi