From: Christophe Mutricy Date: Tue, 14 Nov 2006 14:51:35 +0000 (+0000) Subject: Fix the inclusion of extras/contrib/bin to the PATH X-Git-Tag: 0.9.0-test0~9451 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=970cd4e80a0aa1b9ebafea65e4d915ddbcda5f71;p=vlc Fix the inclusion of extras/contrib/bin to the PATH --- diff --git a/bootstrap b/bootstrap index 7fd6835a55..d613e7c500 100755 --- a/bootstrap +++ b/bootstrap @@ -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