2009-02-02 Mark Probst <mark.probst@gmail.com>
[mono.git] / autogen.sh
index 53f9abe90dfd182c6d9cfaf2fe1a46acb3dd51fd..2c80b3c6b522b2aefdf39816960400711d9cc486 100755 (executable)
@@ -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"