X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=bootstrap;h=52845507189fbe7f18df84c1819b86f813bed16e;hb=eda87edb0686de0de03b81f6c714581f6761cf38;hp=76a2afd5e0c794a7ea68719439a0a05aec8e6435;hpb=96e75a5fabd0e7ebc036fbee6ffbfc7e69aa6d07;p=vlc diff --git a/bootstrap b/bootstrap index 76a2afd5e0..5284550718 100755 --- a/bootstrap +++ b/bootstrap @@ -1,7 +1,7 @@ #! /bin/sh ## bootstrap file for the VLC media player -## $Id: bootstrap,v 1.82 2003/11/06 10:09:16 sam Exp $ +## $Id: bootstrap,v 1.83 2003/11/15 01:21:48 massiot Exp $ ## ## Authors: Sam Hocevar @@ -29,6 +29,13 @@ set -x AUTOMAKESUCKS=no INSTALLSUCKS=no +# Check for contrib directory +if test -d extras/contrib/bin; then + export PATH=./extras/contrib/bin:$PATH + export LD_LIBRARY_PATH=./extras/contrib/lib:$LD_LIBRARY_PATH + export DYLD_LIBRARY_PATH=./extras/contrib/lib:$DYLD_LIBRARY_PATH +fi + # Check for automake amvers="none" if automake-1.7 --version >/dev/null 2>&1; then