From: Pierre d'Herbemont Date: Fri, 20 Jul 2007 22:44:02 +0000 (+0000) Subject: boostrap: Fix previous commit (oops) X-Git-Tag: 0.9.0-test0~6773 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=710b2c480aa4246da1a641b4aa34caf35d0b5cf8;p=vlc boostrap: Fix previous commit (oops) --- diff --git a/bootstrap b/bootstrap index 1b366c44b9..da964dc992 100755 --- a/bootstrap +++ b/bootstrap @@ -34,7 +34,7 @@ INSTALLSUCKS=no ACLOCAL_ARGS="-I m4 ${ACLOCAL_ARGS}" # Check for contrib directory -if then +if test -d extras/contrib/bin; then export PATH="`pwd`/extras/contrib/bin:$PATH" if test -d extras/contrib/share/aclocal; then ACLOCAL_ARGS="${ACLOCAL_ARGS} -I extras/contrib/share/aclocal"