aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index ab8fa2ef..5b84efe0 100755
--- a/bootstrap
+++ b/bootstrap
@@ -41,7 +41,7 @@ DIE=0
echo ""
if test $DIE = 0 ; then
- echo -n "* Running aclocal... " ; (aclocal${amvers} >& bootstrap.tmpout) \
+ echo -n "* Running aclocal... " ; (aclocal${amvers} -I m4 >& bootstrap.tmpout) \
&& (echo "[OK]" ; cat bootstrap.tmpout ; rm -f bootstrap.tmpout) \
|| (echo "[NO]" ; cat bootstrap.tmpout ; rm -f bootstrap.tmpout ; not_a_command >& /dev/null) || DIE=1
fi