X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=autogen.sh;h=2c80b3c6b522b2aefdf39816960400711d9cc486;hb=4d165c78f9041e722e016a4599545287fee2dbfd;hp=53f9abe90dfd182c6d9cfaf2fe1a46acb3dd51fd;hpb=115fc0608b4322042314e934aac6e89e0c9ad2b9;p=mono.git diff --git a/autogen.sh b/autogen.sh index 53f9abe90df..2c80b3c6b52 100755 --- a/autogen.sh +++ b/autogen.sh @@ -102,8 +102,8 @@ if grep "^AM_PROG_LIBTOOL" configure.in >/dev/null; then fi fi -echo "Running aclocal $ACLOCAL_FLAGS ..." -aclocal $ACLOCAL_FLAGS || { +echo "Running aclocal -I . $ACLOCAL_FLAGS ..." +aclocal -I . $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"