X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=autogen.sh;h=6f5d86a569116449fc6c20f0dbf1ee643ba50711;hb=d1062e5f1d595054a6756aca7d646472215daf2f;hp=23b38bb076fb31ac6fea69abf68f6e10d34d7012;hpb=da356f957b05d64f71b7d029a94d3aeef6ab1eb4;p=mono.git diff --git a/autogen.sh b/autogen.sh index 23b38bb076f..6f5d86a5691 100755 --- a/autogen.sh +++ b/autogen.sh @@ -86,8 +86,8 @@ if grep "^AM_PROG_LIBTOOL" configure.in >/dev/null; then fi fi -echo "Running aclocal $aclocalinclude ..." -aclocal $aclocalinclude || { +echo "Running aclocal $ACLOCAL_FLAGS ..." +aclocal $ACLOCAL_FLAGS || { echo echo "**Error**: aclocal failed. This may mean that you have not" echo "installed all of the packages you need, or you may need to"