From 77e5b00d8518d55317fa26dc6f0aeb2e7bcf6241 Mon Sep 17 00:00:00 2001 From: Christophe Mutricy Date: Wed, 14 Mar 2007 21:34:22 +0000 Subject: [PATCH] Allow user to pass extra args to aclocal. --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2