]> git.sesse.net Git - vlc/commitdiff
Allow user to pass extra args to aclocal.
authorChristophe Mutricy <xtophe@videolan.org>
Wed, 14 Mar 2007 21:34:22 +0000 (21:34 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Wed, 14 Mar 2007 21:34:22 +0000 (21:34 +0000)
bootstrap

index 915dc63f7c45fc3050b4aef81328262c2f38ea8e..ba7c30e81bdf88b2dcd835954d38b492765bc1cf 100755 (executable)
--- 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