From: Christophe Mutricy Date: Wed, 14 Mar 2007 21:34:22 +0000 (+0000) Subject: Allow user to pass extra args to aclocal. X-Git-Tag: 0.9.0-test0~8118 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=77e5b00d8518d55317fa26dc6f0aeb2e7bcf6241;p=vlc Allow user to pass extra args to aclocal. --- diff --git a/bootstrap b/bootstrap index 915dc63f7c..ba7c30e81b 100755 --- a/bootstrap +++ b/bootstrap @@ -31,7 +31,7 @@ set -x AUTOMAKESUCKS=no INSTALLSUCKS=no -ACLOCAL_ARGS="-I m4" +ACLOCAL_ARGS="-I m4 ${ACLOCAL_ARGS}" # Check for contrib directory if test -d extras/contrib/bin; then